Merge version_1 into main #1
371
src/app/page.tsx
371
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Flame, Sparkles } from "lucide-react";
|
||||
import { Award, Flame, Sparkles, Zap, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "visit",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Story", id: "story" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Visit", id: "visit" },
|
||||
]}
|
||||
brandName="BABA KEBAB"
|
||||
/>
|
||||
@@ -48,96 +43,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Kiel’s cult favorite kebab spot."
|
||||
description="Baba Kebab blends crave-worthy flavor, premium steak döner, and genuinely warm service into a food experience people call the best in town."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Diana Le",
|
||||
handle: "@diana",
|
||||
testimonial: "By far the best kebab in Kiel. Freshly prepared, super tasty meat, great ingredients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
name: "Diana Le", handle: "@diana", testimonial: "By far the best kebab in Kiel. Freshly prepared, super tasty meat, great ingredients.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
name: "Andrew Hollywoods",
|
||||
handle: "@andrewh",
|
||||
testimonial: "The döner special with parsley, onion, tomato, and lemon is really something special.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg",
|
||||
},
|
||||
name: "Andrew Hollywoods", handle: "@andrewh", testimonial: "The döner special with parsley, onion, tomato, and lemon is really something special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg"},
|
||||
{
|
||||
name: "Hax Deschain",
|
||||
handle: "@haxd",
|
||||
testimonial: "Absolutely delicious, generous portions, and the homemade lahmacun is noteworthy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
|
||||
},
|
||||
name: "Hax Deschain", handle: "@haxd", testimonial: "Absolutely delicious, generous portions, and the homemade lahmacun is noteworthy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg"},
|
||||
{
|
||||
name: "Helin Permous",
|
||||
handle: "@helinp",
|
||||
testimonial: "If loyalty were edible, it would be served here in bread.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
},
|
||||
name: "Helin Permous", handle: "@helinp", testimonial: "If loyalty were edible, it would be served here in bread.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg"},
|
||||
{
|
||||
name: "Customer Name",
|
||||
handle: "@customer",
|
||||
testimonial: "Incredible quality and friendly service. My go-to spot every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg",
|
||||
},
|
||||
name: "Customer Name", handle: "@customer", testimonial: "Incredible quality and friendly service. My go-to spot every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg"},
|
||||
]}
|
||||
tag="FRESH. FAST. UNFORGETTABLE."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dishes-vegetables_23-2148685489.jpg"
|
||||
imageAlt="döner kebab close up professional food photography"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-copy-space_23-2148685472.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-skewers-copy-space_23-2148651055.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lavash-chicken-roll-homemade-potatoes_140725-2299.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-pieces-grilled-teriyaki-sauce_114579-1720.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/platter-tikka-kebab-served-with-onion-slices-vegetables-lettuce_140725-5046.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-copy-space_23-2148685472.jpg", alt: "Customer profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cooked-meat-veggies-kebab-skewers-copy-space_23-2148651055.jpg", alt: "Customer profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lavash-chicken-roll-homemade-potatoes_140725-2299.jpg", alt: "Customer profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chicken-pieces-grilled-teriyaki-sauce_114579-1720.jpg", alt: "Customer profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/platter-tikka-kebab-served-with-onion-slices-vegetables-lettuce_140725-5046.jpg", alt: "Customer profile 5" },
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Steak Döner",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade Lahmacun",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Prep",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kiel Approved",
|
||||
},
|
||||
{ type: "text", text: "100% Fresh" },
|
||||
{ type: "text", text: "Premium Steak Döner" },
|
||||
{ type: "text", text: "Handmade Lahmacun" },
|
||||
{ type: "text", text: "Daily Prep" },
|
||||
{ type: "text", text: "Kiel Approved" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,27 +91,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Freshness",
|
||||
description: "Always prepared on-site",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-doner-kebab-served-flatbread-with-pickles-fries-ayran_141793-2147.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
title: "Happy Guests",
|
||||
description: "Local repeat customers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
title: "Preparation",
|
||||
description: "Daily fresh prep cycle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg",
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Freshness", description: "Always prepared on-site", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-doner-kebab-served-flatbread-with-pickles-fries-ayran_141793-2147.jpg" },
|
||||
{ id: "m2", value: "1000+", title: "Happy Guests", description: "Local repeat customers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg" },
|
||||
{ id: "m3", value: "24h", title: "Preparation", description: "Daily fresh prep cycle", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg" },
|
||||
]}
|
||||
title="The Baba Kebab Standard"
|
||||
description="High standards for ingredients, service, and preparation consistency."
|
||||
@@ -180,21 +105,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafted for flavor"
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Philosophy",
|
||||
value: "Flavor Ritual",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Reputation",
|
||||
value: "Local Cult Favorite",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Key Detail",
|
||||
value: "Signature Lemon Finish",
|
||||
},
|
||||
{ icon: Flame, label: "Philosophy", value: "Flavor Ritual" },
|
||||
{ icon: Award, label: "Reputation", value: "Local Cult Favorite" },
|
||||
{ icon: Sparkles, label: "Key Detail", value: "Signature Lemon Finish" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -205,30 +118,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Prepared",
|
||||
description: "Ingredients are chopped, prepared, and served fresh all day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Signature Lahmacun",
|
||||
description: "Handmade with thin, flavor-packed dough and house seasoning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-isolated-black_114579-12975.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
},
|
||||
{
|
||||
title: "Steak Döner",
|
||||
description: "The premium cut our customers rave about. Unforgettable grill finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sliced-meat-with-fresh-vegetables-placed-stone-table_2831-8387.jpg",
|
||||
buttonIcon: "Flame",
|
||||
},
|
||||
{
|
||||
title: "Friendly Service",
|
||||
description: "Warm, fast service is at the heart of our neighborhood charm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-diverse-women-together_23-2151682134.jpg",
|
||||
buttonIcon: "Smile",
|
||||
},
|
||||
{ title: "Freshly Prepared", description: "Ingredients are chopped, prepared, and served fresh all day.", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg", buttonIcon: Zap },
|
||||
{ title: "Signature Lahmacun", description: "Handmade with thin, flavor-packed dough and house seasoning.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-isolated-black_114579-12975.jpg", buttonIcon: Sparkles },
|
||||
{ title: "Steak Döner", description: "The premium cut our customers rave about. Unforgettable grill finish.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sliced-meat-with-fresh-vegetables-placed-stone-table_2831-8387.jpg", buttonIcon: Flame },
|
||||
{ title: "Friendly Service", description: "Warm, fast service is at the heart of our neighborhood charm.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-diverse-women-together_23-2151682134.jpg", buttonIcon: Smile },
|
||||
]}
|
||||
title="Why people crave Baba"
|
||||
description="It is not just a meal; it is the freshness, the premium ingredients, and the signature spice blend."
|
||||
@@ -242,48 +135,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Döner Special",
|
||||
price: "€9.50",
|
||||
variant: "Favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-white-plate-inside-wooden-tray_114579-19558.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Steak Döner Plate",
|
||||
price: "€13.00",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lahmacun-with-lemons-greens_140725-134.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Homemade Lahmacun",
|
||||
price: "€5.50",
|
||||
variant: "House Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-slices-lemon-white-plate-high-quality-photo_114579-64779.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Veggie Mix Special",
|
||||
price: "€7.00",
|
||||
variant: "Fresh Choice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500437.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mixed Döner Box",
|
||||
price: "€8.50",
|
||||
variant: "Fast & Easy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Döner Sandwich",
|
||||
price: "€6.50",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-meat-kebab-with-grilled-vegetables-salad-white-table_114579-4419.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Döner Special", price: "€9.50", variant: "Favorite", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-sliced-chopped-foods-white-plate-inside-wooden-tray_114579-19558.jpg" },
|
||||
{ id: "p2", name: "Steak Döner Plate", price: "€13.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/lahmacun-with-lemons-greens_140725-134.jpg" },
|
||||
{ id: "p3", name: "Homemade Lahmacun", price: "€5.50", variant: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-slices-lemon-white-plate-high-quality-photo_114579-64779.jpg" },
|
||||
{ id: "p4", name: "Veggie Mix Special", price: "€7.00", variant: "Fresh Choice", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500437.jpg" },
|
||||
{ id: "p5", name: "Mixed Döner Box", price: "€8.50", variant: "Fast & Easy", imageSrc: "http://img.b2bpic.net/free-photo/national-sac-grill-foods-ingredients-dinner-menu_114579-1747.jpg" },
|
||||
{ id: "p6", name: "Döner Sandwich", price: "€6.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/variety-meat-kebab-with-grilled-vegetables-salad-white-table_114579-4419.jpg" },
|
||||
]}
|
||||
title="Signature Menu Items"
|
||||
description="Explore the dishes that built our local following."
|
||||
@@ -296,60 +153,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Diana Le",
|
||||
role: "Food Critic",
|
||||
company: "Kiel Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32411.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Andrew Hollywoods",
|
||||
role: "Kebab Enthusiast",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Hax Deschain",
|
||||
role: "Loyal Regular",
|
||||
company: "District",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Helin Permous",
|
||||
role: "Visitor",
|
||||
company: "Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151047966.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marcus V.",
|
||||
role: "Chef",
|
||||
company: "Local Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Diana Le", role: "Food Critic", company: "Kiel Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32411.jpg" },
|
||||
{ id: "t2", name: "Andrew Hollywoods", role: "Kebab Enthusiast", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg" },
|
||||
{ id: "t3", name: "Hax Deschain", role: "Loyal Regular", company: "District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg" },
|
||||
{ id: "t4", name: "Helin Permous", role: "Visitor", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151047966.jpg" },
|
||||
{ id: "t5", name: "Marcus V.", role: "Chef", company: "Local Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Neighbors",
|
||||
},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Cult Favorite",
|
||||
},
|
||||
{ value: "4.9/5", label: "Customer Rating" },
|
||||
{ value: "1000+", label: "Happy Neighbors" },
|
||||
{ value: "Local", label: "Cult Favorite" },
|
||||
]}
|
||||
title="What our guests say"
|
||||
description="Local love, repeated again and again. These are the voices that keep us going."
|
||||
@@ -359,19 +172,11 @@ export default function LandingPage() {
|
||||
<div id="visit" data-section="visit">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Come visit Baba Kebab in Kiel. Fresh food, premium steak, and a neighborhood welcome await you. Stop by today or order online."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Start Order",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Get Directions", href: "#" },
|
||||
{ text: "Start Order", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -382,54 +187,24 @@ export default function LandingPage() {
|
||||
logoText="BABA KEBAB"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Story",
|
||||
href: "#story",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Visit",
|
||||
href: "#visit",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Story", href: "#story" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Visit", href: "#visit" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Order Online", href: "#" },
|
||||
{ label: "Contact Us", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -438,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user