Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-21 18:36:31 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Story",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "Story", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Koki Chicken"
/>
@@ -55,105 +43,33 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="The Art of K-Fried."
description="Authentic, crispy, soul-warming Korean Fried Chicken elevated for the modern palate. Experience the perfect crunch in every bite."
testimonials={[
{
name: "Min-Jae Lee",
handle: "@foodie_mj",
testimonial: "The best crunch I've had in years. Finally, proper K-chicken in the neighborhood.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
},
{
name: "Sarah Chen",
handle: "@sarah_eats",
testimonial: "So authentic. The glaze is perfectly balanced and not too sweet.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
},
{
name: "Alex Rivier",
handle: "@alex_riv",
testimonial: "Approachable luxury that doesn't compromise on traditional flavors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg",
},
{
name: "Jina Kim",
handle: "@jina_k",
testimonial: "The spicy fire glaze is life-changing. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
{
name: "Mark Wilson",
handle: "@m_wilson",
testimonial: "Consistent quality, crispy every single time.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg",
},
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{ name: "Min-Jae Lee", handle: "@foodie_mj", testimonial: "The best crunch I've had in years. Finally, proper K-chicken in the neighborhood.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg" },
{ name: "Sarah Chen", handle: "@sarah_eats", testimonial: "So authentic. The glaze is perfectly balanced and not too sweet.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg" },
{ name: "Alex Rivier", handle: "@alex_riv", testimonial: "Approachable luxury that doesn't compromise on traditional flavors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-woman-with-tan-sitting-t-shirt-cafe-terrace-eating-breakfast-drinking-coffee_197531-22516.jpg" },
{ name: "Jina Kim", handle: "@jina_k", testimonial: "The spicy fire glaze is life-changing. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
{ name: "Mark Wilson", handle: "@m_wilson", testimonial: "Consistent quality, crispy every single time.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-ready-eat_23-2148899024.jpg" },
]}
buttons={[{ text: "View Menu", href: "#menu" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-a6paj0eb.jpg"
imageAlt="Koki Chicken Signature Fried Chicken"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/full-shot-man-holding-smartphone_23-2149366422.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/man-eating-restaurant_23-2147681107.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-man-holding-smartphone_23-2149366422.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/man-eating-restaurant_23-2147681107.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-table_23-2149655596.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", alt: "Customer 5" },
]}
marqueeItems={[
{
type: "text-icon",
text: "Always Fresh",
icon: Award,
},
{
type: "text-icon",
text: "Double Fried",
icon: Flame,
},
{
type: "text-icon",
text: "Handcrafted",
icon: Utensils,
},
{
type: "text-icon",
text: "Local Sourced",
icon: Flame,
},
{
type: "text-icon",
text: "Premium Taste",
icon: Award,
},
{ type: "text-icon", text: "Always Fresh", icon: Award },
{ type: "text-icon", text: "Double Fried", icon: Flame },
{ type: "text-icon", text: "Handcrafted", icon: Utensils },
{ type: "text-icon", text: "Local Sourced", icon: Flame },
{ type: "text-icon", text: "Premium Taste", icon: Award },
]}
/>
</div>
@@ -165,18 +81,9 @@ export default function LandingPage() {
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."
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: "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." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-mifix980.jpg"
imageAlt="Inside our kitchen"
@@ -190,39 +97,9 @@ 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: "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" },
]}
title="Why You'll Love Koki."
description="Excellence in every detail, from our ingredients to your experience."
@@ -231,52 +108,17 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="blur-reveal"
textboxLayout="default"
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: "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" },
]}
title="The Signature Menu."
description="Taste the craft. Choose your favorite style and heat level."
@@ -287,31 +129,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
},
{
id: "t2",
name: "Jane S.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532018.jpg",
},
{
id: "t3",
name: "Mike R.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-with-charming-shining-smile-wears-bandana-neck-sits-comfortable-sofa-rests-coffee-shop_273609-2952.jpg",
},
{
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",
},
{ id: "t1", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
{ id: "t2", name: "Jane S.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-dreads-representing-rastafari-movement_23-2151532018.jpg" },
{ id: "t3", name: "Mike R.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-with-charming-shining-smile-wears-bandana-neck-sits-comfortable-sofa-rests-coffee-shop_273609-2952.jpg" },
{ 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"
@@ -323,21 +145,9 @@ 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: "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." },
]}
sideTitle="Common Questions."
faqsAnimation="blur-reveal"
@@ -347,9 +157,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
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."
@@ -361,14 +169,8 @@ 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: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Use", href: "#" }}
/>
</div>
</ReactLenis>