Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d674a6b563 | |||
| 2400cf4aef | |||
| 0a1533d469 | |||
| 9682c2a194 | |||
| 63de2d8feb | |||
| 00afba774b | |||
| 1037678c91 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Koki Chicken"
|
||||
brandName="Kokio Chicken"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,15 +78,15 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Crafted with Passion."
|
||||
description="Founded on a simple mission: to bring the authentic flavors of Seoul to your local neighborhood. We double-fry our chicken to achieve the impossible—a shatteringly crisp exterior with juicy, tender meat inside, coated in house-made sauces developed from generational recipes."
|
||||
title="Mit Leidenschaft kreiert."
|
||||
description="Gegründet mit einer einfachen Mission: die authentischen Aromen von Seoul in Ihre Nachbarschaft zu bringen. Wir frittieren unser Hühnchen zweimal, um das Unmögliche zu erreichen – eine splitternd knusprige Außenschicht mit saftigem, zartem Fleisch im Inneren, überzogen mit hausgemachten Saucen, die nach Generationenrezepten entwickelt wurden."
|
||||
bulletPoints={[
|
||||
{ title: "Double-Fried Method", description: "Strict traditional double-frying for optimal crunch." },
|
||||
{ title: "House-made Glazes", description: "Small-batch sauces made daily from scratch." },
|
||||
{ title: "Locally Sourced", description: "Supporting local farmers for fresh, high-quality poultry." },
|
||||
{ title: "Doppelt frittiert", description: "Traditionelles doppeltes Frittieren für optimalen Crunch." },
|
||||
{ title: "Hausgemachte Glasuren", description: "Saucen in kleinen Mengen täglich frisch zubereitet." },
|
||||
{ title: "Lokal bezogen", description: "Unterstützung lokaler Bauern für frisches, qualitativ hochwertiges Geflügel." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-mifix980.jpg"
|
||||
imageAlt="Inside our kitchen"
|
||||
imageAlt="In unserer Küche"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -97,12 +97,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Freshness First", author: "Chef Koki", description: "Never frozen. We deliver the freshest chicken straight from local farms.", tags: ["Fresh", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce_1150-20204.jpg" },
|
||||
{ id: "f2", title: "Custom Flavors", author: "Koki Team", description: "From classic Soy-Garlic to daring Spicy Fire, we have something for everyone.", tags: ["K-Style", "Flavor"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-with-seasoning_84443-82013.jpg" },
|
||||
{ id: "f3", title: "Sustainable Packaging", author: "Koki Team", description: "Environmentally friendly materials that keep your food hot and crispy.", tags: ["Green", "Eco"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535318.jpg" },
|
||||
{ id: "f1", title: "Frische zuerst", author: "Chef Koki", description: "Niemals gefroren. Wir liefern das frischeste Hühnchen direkt von lokalen Bauernhöfen.", tags: ["Frisch", "Qualität"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce_1150-20204.jpg" },
|
||||
{ id: "f2", title: "Individuelle Aromen", author: "Koki Team", description: "Vom klassischen Soja-Knoblauch bis zum gewagten würzigen Feuer haben wir für jeden Geschmack etwas dabei.", tags: ["K-Stil", "Geschmack"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-with-seasoning_84443-82013.jpg" },
|
||||
{ id: "f3", title: "Nachhaltige Verpackung", author: "Koki Team", description: "Umweltfreundliche Materialien, die Ihr Essen heiß und knusprig halten.", tags: ["Grün", "Öko"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535318.jpg" },
|
||||
]}
|
||||
title="Why You'll Love Koki."
|
||||
description="Excellence in every detail, from our ingredients to your experience."
|
||||
title="Warum Sie Koki lieben werden."
|
||||
description="Exzellenz in jedem Detail, von unseren Zutaten bis zu Ihrem Erlebnis."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,15 +113,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Classic Soy-Garlic", price: "$18", variant: "Signature", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-7seb1eqi.jpg" },
|
||||
{ id: "p2", name: "Spicy Fire Glaze", price: "$19", variant: "Bold", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-d1kjjkvj.jpg" },
|
||||
{ id: "p3", name: "Honey Butter Drizzle", price: "$18", variant: "Sweet", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-ulbidavu.jpg" },
|
||||
{ id: "p4", name: "Classic Crispy", price: "$16", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/hot-crispy-fried-chicken-wings-with-steam_84443-81926.jpg" },
|
||||
{ id: "p5", name: "Seoul Hot Wings", price: "$15", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-sauce-with-fried-dushbara_140725-3728.jpg" },
|
||||
{ id: "p6", name: "Sweet & Tangy", price: "$18", variant: "Tangy", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-legs-with-sauce_23-2148646631.jpg" },
|
||||
{ id: "p1", name: "Klassischer Soja-Knoblauch", price: "$18", variant: "Signatur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-7seb1eqi.jpg" },
|
||||
{ id: "p2", name: "Würzige Feuer-Glasur", price: "$19", variant: "Kühn", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-d1kjjkvj.jpg" },
|
||||
{ id: "p3", name: "Honig-Butter-Drizzle", price: "$18", variant: "Süß", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-ulbidavu.jpg" },
|
||||
{ id: "p4", name: "Klassisch Knusprig", price: "$16", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/hot-crispy-fried-chicken-wings-with-steam_84443-81926.jpg" },
|
||||
{ id: "p5", name: "Seoul Scharfe Flügel", price: "$15", variant: "Scharf", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-sauce-with-fried-dushbara_140725-3728.jpg" },
|
||||
{ id: "p6", name: "Süß & Würzig", price: "$18", variant: "Würzig", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-legs-with-sauce_23-2148646631.jpg" },
|
||||
]}
|
||||
title="The Signature Menu."
|
||||
description="Taste the craft. Choose your favorite style and heat level."
|
||||
title="Das Signatur-Menü."
|
||||
description="Schmecken Sie das Handwerk. Wählen Sie Ihren Lieblingsstil und Schärfegrad."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,8 +135,8 @@ export default function LandingPage() {
|
||||
{ id: "t4", name: "Lisa K.", imageSrc: "http://img.b2bpic.net/free-photo/crophand-taking-piece-fried-chicken_23-2147717043.jpg" },
|
||||
{ id: "t5", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
|
||||
]}
|
||||
cardTitle="What the Neighborhood Says."
|
||||
cardTag="Reviews"
|
||||
cardTitle="Was die Nachbarschaft sagt."
|
||||
cardTag="Bewertungen"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user