Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 20:11:45 +00:00

View File

@@ -34,25 +34,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg" logoSrc="http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg"
logoAlt="Brekkie Breakfast Club Logo" logoAlt="Brekkie Breakfast Club Logo"
@@ -64,108 +54,62 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "cell-wave", variant: "cell-wave"}}
}}
imagePosition="right" imagePosition="right"
title="Start Your Day with the Best Breakfast!" title="Start Your Day with the Best Breakfast!"
description="Discover delicious and nutritious breakfast products from Brekkie Breakfast Club. Perfect for a great start to your morning." description="Discover delicious and nutritious breakfast products from Brekkie Breakfast Club. Perfect for a great start to your morning."
testimonials={[ testimonials={[
{ {
name: "Ayşe Yılmaz", name: "Ayşe Yılmaz", handle: "@ayseyilmaz", testimonial: "Brekkie Breakfast Club'ın ürünleri güne harika bir başlangıç yapmamı sağlıyor. Özellikle granolaları favorim!", rating: 5,
handle: "@ayseyilmaz", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pancakes-with-milk_1303-9779.jpg", imageAlt: "happy woman eating breakfast"},
testimonial: "Brekkie Breakfast Club'ın ürünleri güne harika bir başlangıç yapmamı sağlıyor. Özellikle granolaları favorim!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pancakes-with-milk_1303-9779.jpg",
imageAlt: "happy woman eating breakfast",
},
{ {
name: "Mehmet Demir", name: "Mehmet Demir", handle: "@mehmetdemir", testimonial: "Taze ve doğal içeriklerle hazırlanan ürünleriniz için teşekkürler. Her lokması lezzet dolu.", rating: 5,
handle: "@mehmetdemir", imageSrc: "http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg", imageAlt: "happy woman eating breakfast"},
testimonial: "Taze ve doğal içeriklerle hazırlanan ürünleriniz için teşekkürler. Her lokması lezzet dolu.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg",
imageAlt: "happy woman eating breakfast",
},
{ {
name: "Zeynep Kaya", name: "Zeynep Kaya", handle: "@zeynepkaya", testimonial: "Pazar kahvaltılarımızın vazgeçilmezi oldu. Özellikle pancake karışımına bayılıyoruz.", rating: 5,
handle: "@zeynepkaya", imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-fruits-dry-fruits-plate-wooden-table_23-2147942207.jpg", imageAlt: "happy woman eating breakfast"},
testimonial: "Pazar kahvaltılarımızın vazgeçilmezi oldu. Özellikle pancake karışımına bayılıyoruz.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-fruits-dry-fruits-plate-wooden-table_23-2147942207.jpg?_wi=1",
imageAlt: "happy woman eating breakfast",
},
{ {
name: "Can Polat", name: "Can Polat", handle: "@canpolat", testimonial: "Kalite ve lezzet bir arada! Brekkie Breakfast Club'ın ürünleri beklentilerimin üzerinde.", rating: 5,
handle: "@canpolat", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", imageAlt: "happy woman eating breakfast"},
testimonial: "Kalite ve lezzet bir arada! Brekkie Breakfast Club'ın ürünleri beklentilerimin üzerinde.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg",
imageAlt: "happy woman eating breakfast",
},
{ {
name: "Elif Aslan", name: "Elif Aslan", handle: "@elifaslan", testimonial: "Sabahları pratik ve lezzetli seçenekler arayan herkese tavsiye ederim. Her hafta sipariş veriyorum.", rating: 5,
handle: "@elifaslan", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "happy woman eating breakfast"},
testimonial: "Sabahları pratik ve lezzetli seçenekler arayan herkese tavsiye ederim. Her hafta sipariş veriyorum.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
imageAlt: "happy woman eating breakfast",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
tag="Your Daily Dose of Deliciousness" tag="Your Daily Dose of Deliciousness"
tagAnimation="slide-up" tagAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg", src: "http://img.b2bpic.net/free-photo/eat-healthy-restaurant-logo-papercraft-cut-out-style_53876-126879.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", src: "http://img.b2bpic.net/free-photo/ambitious-handsome-young-stylish-mature-male-with-beard-big-blue-eyes-smiling-excited-pleased-grin-standing-trendy-suit-gray-wall-waiting-chance-show-skills-gray-wall_176420-22711.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg", alt: "Happy customer enjoying breakfast"},
alt: "Happy customer enjoying breakfast",
},
]} ]}
avatarText="Join 1000+ happy customers!" avatarText="Join 1000+ happy customers!"
imageSrc="http://img.b2bpic.net/free-photo/sandwiches-fruits-dry-fruits-plate-wooden-table_23-2147942207.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/sandwiches-fruits-dry-fruits-plate-wooden-table_23-2147942207.jpg"
imageAlt="Delicious breakfast spread" imageAlt="Delicious breakfast spread"
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Fresh & Local", icon: Leaf,
text: "Fresh & Local",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Baked Daily", icon: Cookie,
text: "Baked Daily",
icon: Cookie,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Delivered Fast", icon: Star,
text: "Delivered Fast",
icon: Star,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Happy Mornings", icon: Smile,
text: "Happy Mornings",
icon: Smile,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Gourmet Flavors", icon: Coffee,
text: "Gourmet Flavors",
icon: Coffee,
}, },
]} ]}
/> />
@@ -178,19 +122,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Sparkles, icon: Sparkles,
label: "Premium Quality", label: "Premium Quality", value: "Always Fresh"},
value: "Always Fresh",
},
{ {
icon: Apple, icon: Apple,
label: "Wholesome Ingredients", label: "Wholesome Ingredients", value: "Natural & Healthy"},
value: "Natural & Healthy",
},
{ {
icon: Utensils, icon: Utensils,
label: "Artisanal Recipes", label: "Artisanal Recipes", value: "Unique Flavors"},
value: "Unique Flavors",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -204,19 +142,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Leaf, icon: Leaf,
title: "Freshly Sourced", title: "Freshly Sourced", description: "We partner with local farms to bring you the freshest fruits, grains, and dairy."},
description: "We partner with local farms to bring you the freshest fruits, grains, and dairy.",
},
{ {
icon: Star, icon: Star,
title: "Handcrafted with Care", title: "Handcrafted with Care", description: "Every product is lovingly prepared, ensuring a homemade taste and exceptional quality."},
description: "Every product is lovingly prepared, ensuring a homemade taste and exceptional quality.",
},
{ {
icon: Truck, icon: Truck,
title: "Delivered to Your Door", title: "Delivered to Your Door", description: "Enjoy the convenience of having your favorite breakfast items delivered right to you."},
description: "Enjoy the convenience of having your favorite breakfast items delivered right to you.",
},
]} ]}
title="Our Delicious Offerings" title="Our Delicious Offerings"
description="Explore our range of breakfast essentials and unique treats, made with passion and the finest ingredients." description="Explore our range of breakfast essentials and unique treats, made with passion and the finest ingredients."
@@ -228,49 +160,20 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
products={[ products={[
{ {
id: "p1", id: "p1", name: "Artisanal Granola", price: "45 TL", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-decoration-with-top-view-cereals_23-2147672443.jpg", imageAlt: "Artisanal Granola"},
name: "Artisanal Granola",
price: "45 TL",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-decoration-with-top-view-cereals_23-2147672443.jpg",
imageAlt: "Artisanal Granola",
},
{ {
id: "p2", id: "p2", name: "Gourmet Pancake Mix", price: "55 TL", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-strawberries-jelly-white-desk-pie-fruit-biscuit-sweet-cake-berry_140725-95175.jpg", imageAlt: "Gourmet Pancake Mix"},
name: "Gourmet Pancake Mix",
price: "55 TL",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-strawberries-jelly-white-desk-pie-fruit-biscuit-sweet-cake-berry_140725-95175.jpg",
imageAlt: "Gourmet Pancake Mix",
},
{ {
id: "p3", id: "p3", name: "Premium Coffee Beans", price: "80 TL", imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-beans_23-2147729453.jpg", imageAlt: "Premium Coffee Beans"},
name: "Premium Coffee Beans",
price: "80 TL",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-concept-with-beans_23-2147729453.jpg",
imageAlt: "Premium Coffee Beans",
},
{ {
id: "p4", id: "p4", name: "Handmade Fruit Jams", price: "35 TL", imageSrc: "http://img.b2bpic.net/free-photo/assortment-tkemali-is-traditional-georgian-sauce-with-cherry-plum_127032-2561.jpg", imageAlt: "Handmade Fruit Jams"},
name: "Handmade Fruit Jams",
price: "35 TL",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-tkemali-is-traditional-georgian-sauce-with-cherry-plum_127032-2561.jpg",
imageAlt: "Handmade Fruit Jams",
},
{ {
id: "p5", id: "p5", name: "Fresh Sourdough Bread", price: "40 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-fresh-strawberries-light_140725-120583.jpg", imageAlt: "Fresh Sourdough Bread"},
name: "Fresh Sourdough Bread",
price: "40 TL",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-fresh-strawberries-light_140725-120583.jpg",
imageAlt: "Fresh Sourdough Bread",
},
{ {
id: "p6", id: "p6", name: "Organic Wildflower Honey", price: "60 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173010.jpg", imageAlt: "Organic Wildflower Honey"},
name: "Organic Wildflower Honey",
price: "60 TL",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173010.jpg",
imageAlt: "Organic Wildflower Honey",
},
]} ]}
title="Our Signature Breakfast Products" title="Our Signature Breakfast Products"
description="From artisanal granola to gourmet pancake mixes, find your next favorite breakfast item here." description="From artisanal granola to gourmet pancake mixes, find your next favorite breakfast item here."
@@ -284,40 +187,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Starter", badgeIcon: Sunrise,
badge: "Starter", price: "99 TL/month", subtitle: "Perfect for individuals", features: [
badgeIcon: Sunrise, "2 Premium Products", "Monthly Delivery", "Exclusive Recipes"],
price: "99 TL/month",
subtitle: "Perfect for individuals",
features: [
"2 Premium Products",
"Monthly Delivery",
"Exclusive Recipes",
],
}, },
{ {
id: "family", id: "family", badge: "Family Favorite", badgeIcon: Users,
badge: "Family Favorite", price: "179 TL/month", subtitle: "Ideal for households", features: [
badgeIcon: Users, "4 Premium Products", "Monthly Delivery", "Exclusive Recipes & Tips"],
price: "179 TL/month",
subtitle: "Ideal for households",
features: [
"4 Premium Products",
"Monthly Delivery",
"Exclusive Recipes & Tips",
],
}, },
{ {
id: "gourmet", id: "gourmet", badge: "Gourmet Deluxe", badgeIcon: Crown,
badge: "Gourmet Deluxe", price: "249 TL/month", subtitle: "For the breakfast connoisseur", features: [
badgeIcon: Crown, "6 Premium Products", "Bi-Weekly Delivery", "Limited Edition Items"],
price: "249 TL/month",
subtitle: "For the breakfast connoisseur",
features: [
"6 Premium Products",
"Bi-Weekly Delivery",
"Limited Edition Items",
],
}, },
]} ]}
title="Subscription Boxes for Every Taste" title="Subscription Boxes for Every Taste"
@@ -332,50 +214,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Elif Demir", handle: "@elif.d", testimonial: "Every box is a delightful surprise! The quality of ingredients is unmatched.", rating: 5,
name: "Elif Demir", imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg", imageAlt: "Elif Demir"},
handle: "@elif.d",
testimonial: "Every box is a delightful surprise! The quality of ingredients is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg",
imageAlt: "Elif Demir",
},
{ {
id: "t2", id: "t2", name: "Burak Özcan", handle: "@burak.o", testimonial: "Brekkie made my mornings so much better. Healthy, delicious, and convenient.", rating: 5,
name: "Burak Özcan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Burak Özcan"},
handle: "@burak.o",
testimonial: "Brekkie made my mornings so much better. Healthy, delicious, and convenient.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
imageAlt: "Burak Özcan",
},
{ {
id: "t3", id: "t3", name: "Selin Gündüz", handle: "@selin.g", testimonial: "I love the variety and how fresh everything tastes. Highly recommended!", rating: 5,
name: "Selin Gündüz", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg", imageAlt: "Selin Gündüz"},
handle: "@selin.g",
testimonial: "I love the variety and how fresh everything tastes. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg",
imageAlt: "Selin Gündüz",
},
{ {
id: "t4", id: "t4", name: "Deniz Arslan", handle: "@deniz.a", testimonial: "The best breakfast subscription I've tried. Always on time and always delicious.", rating: 5,
name: "Deniz Arslan", imageSrc: "http://img.b2bpic.net/free-photo/two-young-businessmen-discussing-something_158595-5252.jpg", imageAlt: "Deniz Arslan"},
handle: "@deniz.a",
testimonial: "The best breakfast subscription I've tried. Always on time and always delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-young-businessmen-discussing-something_158595-5252.jpg",
imageAlt: "Deniz Arslan",
},
{ {
id: "t5", id: "t5", name: "Gamze Tekin", handle: "@gamze.t", testimonial: "Starting my day with Brekkie's products feels like a treat every single time.", rating: 5,
name: "Gamze Tekin", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-laughs-out-happily-smiles-broadly-dressed-stylish-clothes-leans-down-wears-blue-eyeliner-has-funny-hairstyle-feels-lively-full-energy-happy-human-emotions_273609-57107.jpg", imageAlt: "Gamze Tekin"},
handle: "@gamze.t",
testimonial: "Starting my day with Brekkie's products feels like a treat every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-woman-closes-eyes-laughs-out-happily-smiles-broadly-dressed-stylish-clothes-leans-down-wears-blue-eyeliner-has-funny-hairstyle-feels-lively-full-energy-happy-human-emotions_273609-57107.jpg",
imageAlt: "Gamze Tekin",
},
]} ]}
showRating={true} showRating={true}
title="What Our Club Members Say" title="What Our Club Members Say"
@@ -388,14 +240,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Healthy Living Magazine", "Healthy Living Magazine", "Foodie Daily", "Morning Bliss Blog", "Gourmet Digest", "Taste of Home", "Wellness Journal", "Epicurean Eats"]}
"Foodie Daily",
"Morning Bliss Blog",
"Gourmet Digest",
"Taste of Home",
"Wellness Journal",
"Epicurean Eats",
]}
title="Loved by Breakfast Enthusiasts Nationwide" title="Loved by Breakfast Enthusiasts Nationwide"
description="Join a growing community of people who prioritize a delicious and healthy breakfast." description="Join a growing community of people who prioritize a delicious and healthy breakfast."
showCard={true} showCard={true}
@@ -407,20 +252,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "How often are the products delivered?", content: "Our subscription boxes are delivered monthly, or bi-weekly for the Gourmet Deluxe plan. You can choose your preferred delivery frequency."},
title: "How often are the products delivered?",
content: "Our subscription boxes are delivered monthly, or bi-weekly for the Gourmet Deluxe plan. You can choose your preferred delivery frequency.",
},
{ {
id: "faq2", id: "faq2", title: "Can I customize my breakfast box?", content: "Currently, our boxes are curated with seasonal and popular items. We are working on customization options for the future."},
title: "Can I customize my breakfast box?",
content: "Currently, our boxes are curated with seasonal and popular items. We are working on customization options for the future.",
},
{ {
id: "faq3", id: "faq3", title: "What if I have dietary restrictions?", content: "Please contact our customer service team to discuss your specific dietary needs. We offer a range of options and can help guide your choices."},
title: "What if I have dietary restrictions?",
content: "Please contact our customer service team to discuss your specific dietary needs. We offer a range of options and can help guide your choices.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about our products, subscriptions, and delivery." sideDescription="Find answers to common questions about our products, subscriptions, and delivery."
@@ -433,8 +269,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Join the Breakfast Club!" title="Join the Breakfast Club!"
description="Sign up for our newsletter to get exclusive offers and new product announcements, and never miss a delicious update." description="Sign up for our newsletter to get exclusive offers and new product announcements, and never miss a delicious update."
@@ -456,49 +291,31 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Story", label: "Our Story", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Products", label: "Products", href: "#products"},
href: "#products",
},
{ {
label: "Subscriptions", label: "Subscriptions", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Shop All", label: "Shop All", href: "#"},
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Support", label: "Support", href: "#"},
href: "#",
},
], ],
}, },
]} ]}