Update src/app/page.tsx

This commit is contained in:
2026-06-02 13:12:25 +00:00
parent d62a9adc74
commit e755ce71b4

View File

@@ -58,7 +58,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imagePosition="right"
fixedMediaHeight={true}
useInvertedBackground={false}
/>
</div>
<div id="uberuns" data-section="uberuns">
@@ -69,7 +68,7 @@ export default function LandingPage() {
{ icon: Users, label: "Zufriedene Kunden", value: "10.000+" },
{ icon: Utensils, label: "Gerichte im Angebot", value: "50+" }
]}
metricsAnimation="reveal-blur"
metricsAnimation="elastic-effect"
useInvertedBackground={true}
/>
</div>
@@ -134,8 +133,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-beer-mug_23-2148872458.jpg", alt: "David K. Avatar" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-older-woman_23-2149082520.jpg", alt: "Anna H. Avatar" }
]}
ratingAnimation="reveal-blur"
avatarsAnimation="reveal-blur"
ratingAnimation="elastic-effect"
avatarsAnimation="elastic-effect"
useInvertedBackground={true}
/>
</div>
@@ -149,7 +148,7 @@ export default function LandingPage() {
]}
sideTitle="Haben Sie Fragen?"
sideDescription="Hier finden Sie Antworten auf die häufigsten Fragen rund um Ihre Bestellung und unseren Service."
faqsAnimation="reveal-blur"
faqsAnimation="elastic-effect"
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
@@ -181,7 +180,6 @@ export default function LandingPage() {
{ title: "Service", items: [{ label: "Lieferung", href: "#" }, { label: "Abholung", href: "#" }, { label: "Catering", href: "#" }] }
]}
copyrightText="© 2024 König Kebab. Alle Rechte vorbehalten."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>