Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 18:41:19 +00:00

View File

@@ -145,11 +145,11 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery platforms to bring Koki directly to you." },
{ id: "q2", title: "Are your ingredients fresh?", content: "Absolutely. We pride ourselves on local sourcing and daily fresh preparation." },
{ id: "q3", title: "Is the chicken halal?", content: "We offer specific halal options—please inquire upon ordering." },
{ id: "q1", title: "Bieten Sie eine Lieferung an?", content: "Ja, wir arbeiten mit großen Lieferplattformen zusammen, um Koki direkt zu Ihnen zu bringen." },
{ id: "q2", title: "Sind Ihre Zutaten frisch?", content: "Absolut. Wir sind stolz auf unsere lokale Beschaffung und die tägliche frische Zubereitung." },
{ id: "q3", title: "Ist das Hühnchen halal?", content: "Wir bieten spezielle Halal-Optionen an bitte fragen Sie bei der Bestellung nach." },
]}
sideTitle="Common Questions."
sideTitle="Häufig gestellte Fragen."
faqsAnimation="blur-reveal"
/>
</div>
@@ -158,9 +158,9 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Start Your Koki Journey."
description="Join our community and get access to exclusive tasting events and secret menu items."
tag="Besuchen Sie uns"
title="Beginnen Sie Ihre Koki-Reise."
description="Werden Sie Teil unserer Community und erhalten Sie Zugang zu exklusiven Verkostungen und geheimen Menüpunkten."
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg"
mediaAnimation="blur-reveal"
/>
@@ -169,11 +169,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Koki Chicken"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Use", href: "#" }}
leftLink={{ text: "Datenschutzrichtlinie", href: "#" }}
rightLink={{ text: "Nutzungsbedingungen", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}