Update src/app/page.tsx
This commit is contained in:
323
src/app/page.tsx
323
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shan Foods"
|
||||
/>
|
||||
@@ -55,113 +47,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Spices, Unforgettable Taste"
|
||||
description="Discover the art of traditional cooking with Shan Foods. From secret blends to timeless recipes, we bring the heart of authentic flavor to your kitchen."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-oil-greens-black_140725-104163.jpg",
|
||||
imageAlt: "spices assortment photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg",
|
||||
imageAlt: "delicious curry dish top view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-spoon_23-2148426139.jpg",
|
||||
imageAlt: "spices assortment photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-cement-background_1150-20783.jpg",
|
||||
imageAlt: "delicious curry dish top view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-yellow-lentils-glassy-jar-with-iron-spice-spoon-dark-stone-black-table_176474-2171.jpg",
|
||||
imageAlt: "spices assortment photography",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-oil-greens-black_140725-104163.jpg", imageAlt: "spices assortment photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg", imageAlt: "delicious curry dish top view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cinnamon-spoon_23-2148426139.jpg", imageAlt: "spices assortment photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-cement-background_1150-20783.jpg", imageAlt: "delicious curry dish top view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-red-yellow-lentils-glassy-jar-with-iron-spice-spoon-dark-stone-black-table_176474-2171.jpg", imageAlt: "spices assortment photography" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-bowl-with-sticks-high-angle_23-2148771254.jpg",
|
||||
imageAlt: "delicious curry dish top view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-composition_23-2148129966.jpg",
|
||||
imageAlt: "spices assortment photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-green-beans-plate-appetizing-green-beans-tomatoes-wooden-board-bowls-spices-garlic-dark-table_140725-123527.jpg",
|
||||
imageAlt: "delicious curry dish top view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-herbs-wooden-spoons-dark-background_84443-73899.jpg",
|
||||
imageAlt: "spices assortment photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-vegetable-spicy-chicken-soup-brown-pot-different-spices_140725-135368.jpg",
|
||||
imageAlt: "delicious curry dish top view",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Spices",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "View Recipes",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concept-tomato-soup-eating_23-2148452809.jpg",
|
||||
alt: "Concept of tomato soup eating",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ingredients-making-greek-vegetable-casserole-with-rice-tomatoes-feta-cheese_127032-3107.jpg",
|
||||
alt: "Ingredients for making a Greek vegetable casserole",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97953.jpg",
|
||||
alt: "Top view fresh vegetables",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-dark-green-desk-meal-vegetable-soup-ingredient-product_140725-72464.jpg",
|
||||
alt: "Top view delicious vegetable soup",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-meal-sliced-cooked-dish-inside-plate-grey-background-dinner-meal-food-sauce-soup_140725-85972.jpg",
|
||||
alt: "Top view delicious vegetable meal",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4goipu",
|
||||
alt: "modern food logo design",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149733581.jpg",
|
||||
alt: "halal food certification mark",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/vintage-organic-fruit-label-set_23-2148121339.jpg",
|
||||
alt: "natural ingredients brand symbol",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/organic-cosmetic-badges_23-2147506914.jpg",
|
||||
alt: "spices industry partner badge",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mgbu61",
|
||||
alt: "global distribution food partner",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/food-bowl-with-sticks-high-angle_23-2148771254.jpg", imageAlt: "delicious curry dish top view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-composition_23-2148129966.jpg", imageAlt: "spices assortment photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-green-beans-plate-appetizing-green-beans-tomatoes-wooden-board-bowls-spices-garlic-dark-table_140725-123527.jpg", imageAlt: "delicious curry dish top view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-herbs-wooden-spoons-dark-background_84443-73899.jpg", imageAlt: "spices assortment photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-vegetable-spicy-chicken-soup-brown-pot-different-spices_140725-135368.jpg", imageAlt: "delicious curry dish top view" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Spices", href: "#products" }, { text: "View Recipes", href: "#contact" }]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/concept-tomato-soup-eating_23-2148452809.jpg", alt: "Concept of tomato soup eating" }, { src: "http://img.b2bpic.net/free-photo/ingredients-making-greek-vegetable-casserole-with-rice-tomatoes-feta-cheese_127032-3107.jpg", alt: "Ingredients for making a Greek vegetable casserole" }, { src: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-with-greens-seasonings-white-space_140725-97953.jpg", alt: "Top view fresh vegetables" }, { src: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-dark-green-desk-meal-vegetable-soup-ingredient-product_140725-72464.jpg", alt: "Top view delicious vegetable soup" }, { src: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-meal-sliced-cooked-dish-inside-plate-grey-background-dinner-meal-food-sauce-soup_140725-85972.jpg", alt: "Top view delicious vegetable meal" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,19 +73,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Legacy of",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/various-colorful-spices-spice-bazaar_181624-59256.jpg",
|
||||
alt: "spice processing plant",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Culinary Excellence",
|
||||
},
|
||||
{ type: "text", content: "Our Legacy of" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/various-colorful-spices-spice-bazaar_181624-59256.jpg", alt: "spice processing plant" },
|
||||
{ type: "text", content: "Culinary Excellence" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,42 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Biryani Masala",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-spices-arrangement_23-2148747643.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Nihari Masala",
|
||||
price: "$2.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-powdered-spices_23-2148426110.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Seekh Kabab Masala",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-with-spices-powder_23-2148285423.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Korma Masala",
|
||||
price: "$2.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-powdered-spices_23-2148426109.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tikka Boti Masala",
|
||||
price: "$2.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-cucumber-inside-plate_140725-27883.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Haleem Masala",
|
||||
price: "$3.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plain-boiled-rice-with-different-spices_140725-147758.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Biryani Masala", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-indian-spices-arrangement_23-2148747643.jpg" },
|
||||
{ id: "p2", name: "Nihari Masala", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-powdered-spices_23-2148426110.jpg" },
|
||||
{ id: "p3", name: "Seekh Kabab Masala", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-with-spices-powder_23-2148285423.jpg" },
|
||||
{ id: "p4", name: "Korma Masala", price: "$2.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-powdered-spices_23-2148426109.jpg" },
|
||||
{ id: "p5", name: "Tikka Boti Masala", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-cucumber-inside-plate_140725-27883.jpg" },
|
||||
{ id: "p6", name: "Haleem Masala", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plain-boiled-rice-with-different-spices_140725-147758.jpg" }
|
||||
]}
|
||||
title="Popular Masalas"
|
||||
description="Essential spice mixes that make every meal a masterclass."
|
||||
@@ -237,41 +101,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="recipes" data-section="recipes">
|
||||
<BlogCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Chef's Inspirations"
|
||||
description="Master your kitchen with these easy step-by-step recipes."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Recipe",
|
||||
title: "Perfect Biryani",
|
||||
excerpt: "Achieve the perfect aroma and taste every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg",
|
||||
authorName: "Chef Shan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/asian-handsome-man-cooking-home_1157-47507.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
id: "b1", category: "Recipe", title: "Perfect Biryani", excerpt: "Achieve the perfect aroma and taste every time.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113398.jpg", authorName: "Chef Shan", authorAvatar: "http://img.b2bpic.net/free-photo/asian-handsome-man-cooking-home_1157-47507.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Recipe",
|
||||
title: "Traditional Nihari",
|
||||
excerpt: "A slow-cooked delight for your Sunday feast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-transparent-jars-orange-spice-with-silver-lids_187299-47175.jpg",
|
||||
authorName: "Chef Shan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-fork-with-slice-strawberry_23-2147855460.jpg",
|
||||
date: "Oct 10, 2024",
|
||||
},
|
||||
id: "b2", category: "Recipe", title: "Traditional Nihari", excerpt: "A slow-cooked delight for your Sunday feast.", imageSrc: "http://img.b2bpic.net/free-photo/two-transparent-jars-orange-spice-with-silver-lids_187299-47175.jpg", authorName: "Chef Shan", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-fork-with-slice-strawberry_23-2147855460.jpg", date: "Oct 10, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Recipe",
|
||||
title: "Seekh Kabab Tips",
|
||||
excerpt: "Get that juicy, tender texture effortlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-148887.jpg",
|
||||
authorName: "Chef Shan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/chef-kitchen-cooking-with-vegetables_23-2148006198.jpg",
|
||||
date: "Oct 08, 2024",
|
||||
},
|
||||
id: "b3", category: "Recipe", title: "Seekh Kabab Tips", excerpt: "Get that juicy, tender texture effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-148887.jpg", authorName: "Chef Shan", authorAvatar: "http://img.b2bpic.net/free-photo/chef-kitchen-cooking-with-vegetables_23-2148006198.jpg", date: "Oct 08, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -281,14 +122,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Shan Foods Global",
|
||||
"Halal Certification",
|
||||
"Organic Farming",
|
||||
"Global Distribution",
|
||||
"Traditional Recipe",
|
||||
"Quality Standards",
|
||||
"Food Safety",
|
||||
]}
|
||||
"Shan Foods Global", "Halal Certification", "Organic Farming", "Global Distribution", "Traditional Recipe", "Quality Standards", "Food Safety"]}
|
||||
title="Trusted Globally"
|
||||
description="Bringing authentic flavors to kitchens in over 60 countries."
|
||||
/>
|
||||
@@ -301,47 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_cooks",
|
||||
testimonial: "Shan Biryani Masala is a staple in my pantry. It’s perfect every time!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150176899.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarah_cooks", testimonial: "Shan Biryani Masala is a staple in my pantry. It’s perfect every time!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150176899.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@chef_mike",
|
||||
testimonial: "Authentic flavor profile that saves so much prep time in my restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-preparing-food_23-2148493594.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@chef_mike", testimonial: "Authentic flavor profile that saves so much prep time in my restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-preparing-food_23-2148493594.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily_eats",
|
||||
testimonial: "I love how easy it is to recreate family traditions with these spice blends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@foodie_david",
|
||||
testimonial: "Consistently excellent. I trust Shan for all my Pakistani culinary needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cutlery-beans-arrangement_23-2148927363.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Zahra",
|
||||
handle: "@fatima_kitchen",
|
||||
testimonial: "The best masalas for traditional celebrations. Absolutely love the aroma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-her-beautiful-parents-prepare-pizza-while-cooking-kitchen-home_613910-19745.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "John Doe",
|
||||
handle: "@john_homechef",
|
||||
testimonial: "A simple way to add depth and flavor to everyday cooking. Fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-hispanic-girl-cooking-her-kitchen_613910-4899.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily_eats", testimonial: "I love how easy it is to recreate family traditions with these spice blends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg"},
|
||||
]}
|
||||
title="Stories from Kitchens"
|
||||
description="Real people share why Shan is their first choice for authentic taste."
|
||||
@@ -354,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are your spices halal?",
|
||||
content: "Yes, all our products are certified halal.",
|
||||
},
|
||||
id: "f1", title: "Are your spices halal?", content: "Yes, all our products are certified halal."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where can I find recipes?",
|
||||
content: "Check out our recipe blog on the website or our social media channels.",
|
||||
},
|
||||
id: "f2", title: "Where can I find recipes?", content: "Check out our recipe blog on the website or our social media channels."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are these suitable for beginners?",
|
||||
content: "Absolutely! Our spice mixes are designed to simplify traditional cooking for everyone.",
|
||||
},
|
||||
id: "f3", title: "Are these suitable for beginners?", content: "Absolutely! Our spice mixes are designed to simplify traditional cooking for everyone."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-onions-garlics-fresh-ingredients-inside-basket_140725-132982.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -384,15 +173,9 @@ export default function LandingPage() {
|
||||
description="Have inquiries about distribution or recipes? We'd love to hear from you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-grey-desk-soup-meal-food-meat-seasoning-spicy_140725-80759.jpg"
|
||||
/>
|
||||
@@ -402,33 +185,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Recipes",
|
||||
href: "#recipes",
|
||||
},
|
||||
label: "Recipes", href: "#recipes"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -438,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user