diff --git a/relume-test/index.html b/relume-test/index.html index 38635a7..3cf4ef3 100644 --- a/relume-test/index.html +++ b/relume-test/index.html @@ -1,5 +1,5 @@ - +
diff --git a/relume-test/src/App.tsx b/relume-test/src/App.tsx index 1aabaa9..1d4cec0 100644 --- a/relume-test/src/App.tsx +++ b/relume-test/src/App.tsx @@ -5,9 +5,12 @@ import ProgrammDetail from "./pages/ProgrammDetail"; import Speaker from "./pages/Speaker"; import SpeakerDetail from "./pages/SpeakerDetail"; import Tickets from "./pages/Tickets"; +import { ScrollToTop } from "./components/ScrollToTop"; function App() { return ( + <> +{tagline}
} +{description}
{tagline}
-{description}
Keine Speaker gefunden.
) : ({event.subtitle}
- )} -{speaker.name}
-{speaker.role}
-{speaker.company}
-{event.subtitle}
+ )} +{event.speaker}
- )} -- {event.description ?? "Weitere Informationen folgen in Kürze."} -
+ {/* Right: speaker image */} +{speaker.name}
+{speaker.role}
+{speaker.company}
+ + + Speaker Details + + > + ) : ( +{event.speaker}
+ )} ++ {event.description ?? "Weitere Informationen folgen in Kürze."} +
+{speaker.role}
-{speaker.company}
- {speaker.location && ( -{speaker.location}
- )} -- {speaker.fullBio ?? speaker.description} -
- {speaker.socialLinks.length > 0 && ( -- {event.title} -
+{speaker.role}
+{speaker.company}
+ {speaker.location && ( +{speaker.location}
+ )} ++ {speaker.fullBio ?? speaker.description} +
+ {speaker.socialLinks.length > 0 && ( ++ {event.title} +
+- 10 Spots left! -
-- By clicking Get Updates you're confirming that you agree with our{" "} - Terms and Conditions. +
+ 10 Spots left!
-+ By clicking Get Updates you're confirming that you agree with our{" "} + Terms and Conditions. +
+