Merge version_1 into main #2
377
src/app/page.tsx
377
src/app/page.tsx
@@ -32,30 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "offers",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Coca-Cola"
|
||||
/>
|
||||
@@ -64,104 +44,33 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Real Magic"
|
||||
description="Choose your vibe. Coca-Cola, Fanta, Sprite — taste the feeling."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah",
|
||||
handle: "@sarahcoke",
|
||||
testimonial: "The best refreshing taste ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike",
|
||||
handle: "@mikefanta",
|
||||
testimonial: "Fanta Orange is my summer vibe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
},
|
||||
{
|
||||
name: "Anna",
|
||||
handle: "@annasprite",
|
||||
testimonial: "Sprite is always so crisp.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-orange-shirt-drinking-tea-standing-green-wall_141793-61125.jpg",
|
||||
},
|
||||
{
|
||||
name: "Leo",
|
||||
handle: "@leocoke",
|
||||
testimonial: "Classic Coke is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mia",
|
||||
handle: "@miacoke",
|
||||
testimonial: "The bundle deals are amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-soda-can-her-head_23-2148751484.jpg",
|
||||
},
|
||||
{ name: "Sarah", handle: "@sarahcoke", testimonial: "The best refreshing taste ever!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg" },
|
||||
{ name: "Mike", handle: "@mikefanta", testimonial: "Fanta Orange is my summer vibe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg" },
|
||||
{ name: "Anna", handle: "@annasprite", testimonial: "Sprite is always so crisp.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-orange-shirt-drinking-tea-standing-green-wall_141793-61125.jpg" },
|
||||
{ name: "Leo", handle: "@leocoke", testimonial: "Classic Coke is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg" },
|
||||
{ name: "Mia", handle: "@miacoke", testimonial: "The bundle deals are amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-soda-can-her-head_23-2148751484.jpg" }
|
||||
]}
|
||||
tag="ICE COLD"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#shop",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-view-soda-can-dark-background_140725-131349.jpg?_wi=1"
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-close-view-soda-can-dark-background_140725-131349.jpg"
|
||||
imageAlt="Real Magic Coca-Cola"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-waitress-looking-camera_23-2147830510.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-priest-with-puple-light_23-2149300865.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-glasses_23-2148415919.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-waitress-looking-camera_23-2147830510.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-priest-with-puple-light_23-2149300865.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-glasses_23-2148415919.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Refreshment",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cold-can-stands-against-red-droplets-hinting-frosty-touch_91128-4494.jpg",
|
||||
alt: "Cold can",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/natural-pattern-water-drops-red-orange-background_23-2148070978.jpg",
|
||||
alt: "Water droplets",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Iconic Flavor",
|
||||
icon: Zap,
|
||||
},
|
||||
{ type: "text-icon", text: "Refreshment", icon: Sparkles },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/cold-can-stands-against-red-droplets-hinting-frosty-touch_91128-4494.jpg", alt: "Cold can" },
|
||||
{ type: "text", text: "Authentic Taste" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/natural-pattern-water-drops-red-orange-background_23-2148070978.jpg", alt: "Water droplets" },
|
||||
{ type: "text-icon", text: "Iconic Flavor", icon: Zap }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,26 +79,11 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Taste the ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064108.jpg",
|
||||
alt: "Bottle",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Experience",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#shop",
|
||||
},
|
||||
{ type: "text", content: "Taste the " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064108.jpg", alt: "Bottle" },
|
||||
{ type: "text", content: " Experience" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,42 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Coca-Cola Classic",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fanta Orange",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grapefruit-smoothie_23-2148527339.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sprite Lemon-Lime",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928906.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Coca-Cola Zero Sugar",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928879.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fanta Grape",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-blue-drink-alcohol-photo-darkness_140725-92773.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Coca-Cola Cherry",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-with-cake-slices-wooden-platter_114579-12233.jpg",
|
||||
},
|
||||
{ id: "1", name: "Coca-Cola Classic", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg" },
|
||||
{ id: "2", name: "Fanta Orange", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grapefruit-smoothie_23-2148527339.jpg" },
|
||||
{ id: "3", name: "Sprite Lemon-Lime", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928906.jpg" },
|
||||
{ id: "4", name: "Coca-Cola Zero Sugar", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928879.jpg" },
|
||||
{ id: "5", name: "Fanta Grape", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-blue-drink-alcohol-photo-darkness_140725-92773.jpg" },
|
||||
{ id: "6", name: "Coca-Cola Cherry", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-with-cake-slices-wooden-platter_114579-12233.jpg" }
|
||||
]}
|
||||
title="Shop Bestsellers"
|
||||
description="Discover our top-tier beverages."
|
||||
@@ -249,21 +113,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100+",
|
||||
description: "Countries served",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1M+",
|
||||
description: "Daily drinks",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
description: "Satisfaction",
|
||||
},
|
||||
{ id: "1", value: "100+", description: "Countries served" },
|
||||
{ id: "2", value: "1M+", description: "Daily drinks" },
|
||||
{ id: "3", value: "99%", description: "Satisfaction" }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Quality you can taste."
|
||||
@@ -277,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Delivered to your door.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92769.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-grapefruit-smoothie-table_23-2148527337.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-soda-can-dark-background_140725-131349.jpg?_wi=2",
|
||||
imageAlt: "coca-cola can isolated dark",
|
||||
title: "Fast Delivery", description: "Delivered to your door.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92769.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/orange-grapefruit-smoothie-table_23-2148527337.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Shop with total confidence.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemon-mint-infused-water-recipe_53876-33867.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cold-soda-can-with-water-drops_53876-145620.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064108.jpg",
|
||||
imageAlt: "coca-cola can isolated dark",
|
||||
title: "Secure Payments", description: "Shop with total confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lemon-mint-infused-water-recipe_53876-33867.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cold-soda-can-with-water-drops_53876-145620.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Original Products",
|
||||
description: "100% authentic drinks.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995323.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-bubbles-bright-red-orange-background_23-2148070974.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg?_wi=2",
|
||||
imageAlt: "coca-cola can isolated dark",
|
||||
},
|
||||
title: "Original Products", description: "100% authentic drinks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995323.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-bubbles-bright-red-orange-background_23-2148070974.jpg" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Why Choose Us"
|
||||
@@ -326,26 +154,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="The Coca-Cola Enthusiast"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46988.jpg",
|
||||
alt: "Avatar 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
alt: "Avatar 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
|
||||
alt: "Avatar 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-funny-girl-with-happy-emotions-enjoying-time-photoshoot-studio-wearing-round-oink-glasses-pink-pullover_291650-960.jpg",
|
||||
alt: "Avatar 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-black-shirt-sending-peace-message_114579-17836.jpg",
|
||||
alt: "Avatar 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46988.jpg", alt: "Avatar 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Avatar 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", alt: "Avatar 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-funny-girl-with-happy-emotions-enjoying-time-photoshoot-studio-wearing-round-oink-glasses-pink-pullover_291650-960.jpg", alt: "Avatar 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/female-model-black-shirt-sending-peace-message_114579-17836.jpg", alt: "Avatar 5" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -360,36 +173,9 @@ export default function LandingPage() {
|
||||
title="Latest News"
|
||||
description="Stay refreshed with our latest updates."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "News",
|
||||
title: "New Bundle Drops",
|
||||
excerpt: "Mix and match your favorites.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-can-with-sugar-coming-out-it_23-2148691305.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
|
||||
date: "2023-10-01",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Offers",
|
||||
title: "20% Off Bundles",
|
||||
excerpt: "Huge savings on bulk orders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-orange-grapefruit_23-2148569973.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-male-student-with-dreads-tattoos-casually-drinking-coffee-from-takeawa_1258-113414.jpg",
|
||||
date: "2023-10-02",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: "Event",
|
||||
title: "Summer Party Pack",
|
||||
excerpt: "Perfect for beach days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/tired-young-sporty-guy-wearing-headband-wristband-drinks-water-holding-apple-isolated-orange-wall_141793-87520.jpg",
|
||||
date: "2023-10-03",
|
||||
},
|
||||
{ id: "1", category: "News", title: "New Bundle Drops", excerpt: "Mix and match your favorites.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-can-with-sugar-coming-out-it_23-2148691305.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", date: "2023-10-01" },
|
||||
{ id: "2", category: "Offers", title: "20% Off Bundles", excerpt: "Huge savings on bulk orders.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-orange-grapefruit_23-2148569973.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-male-student-with-dreads-tattoos-casually-drinking-coffee-from-takeawa_1258-113414.jpg", date: "2023-10-02" },
|
||||
{ id: "3", category: "Event", title: "Summer Party Pack", excerpt: "Perfect for beach days.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tired-young-sporty-guy-wearing-headband-wristband-drinks-water-holding-apple-isolated-orange-wall_141793-87520.jpg", date: "2023-10-03" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -397,9 +183,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Stay Updated"
|
||||
title="Join the Vibe"
|
||||
description="Sign up for exclusive drops."
|
||||
@@ -411,56 +195,29 @@ export default function LandingPage() {
|
||||
logoText="Coca-Cola"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Coca-Cola",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fanta",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sprite",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Products", items: [
|
||||
{ label: "Coca-Cola", href: "#" },
|
||||
{ label: "Fanta", href: "#" },
|
||||
{ label: "Sprite", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user