Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-09 01:47:27 +00:00

View File

@@ -25,240 +25,110 @@ export default function LandingPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Our Story",
id: "about",
},
{
name: "Benefits",
id: "features",
},
{
name: "Reviews",
id: "testimonials",
},
]}
brandName="AcaiSuper"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Our Story", id: "about" },
{ name: "Benefits", id: "features" },
{ name: "Reviews", id: "testimonials" },
]}
brandName="AcaiSuper"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
title="Taste the Superfood Power"
description="Experience the intense nutrition and vibrant flavor of authentic, hand-picked Amazonian acai. Your daily energy boost starts here."
tag="100% Organic"
buttons={[
{
text: "Shop Now",
href: "#",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=1",
imageAlt: "Fresh Acai Bowl",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg?_wi=1",
imageAlt: "Enjoying Acai",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=2",
imageAlt: "Healthy Acai Breakfast",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg?_wi=2",
imageAlt: "Organic Acai Bowl",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg?_wi=3",
imageAlt: "Premium Acai Experience",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by thousands"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Taste the Superfood Power"
description="Experience the intense nutrition and vibrant flavor of authentic, hand-picked Amazonian acai. Your daily energy boost starts here."
tag="100% Organic"
buttons={[{ text: "Shop Now", href: "#" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788581.jpg", imageAlt: "Fresh Acai Bowl" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ceramic-bowl-delicious-acai-brazilian-dessert_23-2149788559.jpg", imageAlt: "Enjoying Acai" }
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by thousands"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Nature's Best Secret"
description="Our acai is sustainably sourced directly from local cooperatives in the Amazon basin. We process every batch within 24 hours to ensure you get the peak concentration of antioxidants and essential omega fatty acids. Feel the difference of true purity."
imageSrc="http://img.b2bpic.net/free-photo/tropical-fruits-composition_23-2151603782.jpg"
imageAlt="Acai Harvest"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Nature's Best Secret"
description="Our acai is sustainably sourced directly from local cooperatives in the Amazon basin. We process every batch within 24 hours to ensure you get the peak concentration of antioxidants and essential omega fatty acids. Feel the difference of true purity."
imageSrc="http://img.b2bpic.net/free-photo/tropical-fruits-composition_23-2151603782.jpg"
imageAlt="Acai Harvest"
/>
</div>
<div id="features" data-section="features">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "1",
title: "Energy Boost",
description: "Natural sustained energy without the crash of artificial stimulants.",
tag: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-quinces-with-other-fruits-white-table-fruit-fresh-ripe-mellow_140725-127049.jpg",
},
{
id: "2",
title: "Antioxidant Rich",
description: "Packed with anthocyanins to combat oxidative stress effectively.",
tag: "Health",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-center-pretty-flower_23-2147759070.jpg",
},
{
id: "3",
title: "Sustainably Farmed",
description: "Ethically harvested and processed to empower Amazonian communities.",
tag: "Ethical",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-fresh-various-fruits-small-brown-wooden-pots-spoons_140725-135205.jpg",
},
]}
title="Why Choose Our Acai?"
description="We don't just provide fruit; we provide an energy-dense lifestyle upgrade that tastes like a dessert."
/>
</div>
<div id="features" data-section="features">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", title: "Energy Boost", description: "Natural sustained energy without the crash of artificial stimulants.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-quinces-with-other-fruits-white-table-fruit-fresh-ripe-mellow_140725-127049.jpg" },
{ id: "2", title: "Antioxidant Rich", description: "Packed with anthocyanins to combat oxidative stress effectively.", tag: "Health", imageSrc: "http://img.b2bpic.net/free-photo/close-up-center-pretty-flower_23-2147759070.jpg" },
{ id: "3", title: "Sustainably Farmed", description: "Ethically harvested and processed to empower Amazonian communities.", tag: "Ethical", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-fresh-various-fruits-small-brown-wooden-pots-spoons_140725-135205.jpg" },
]}
title="Why Choose Our Acai?"
description="We don't just provide fruit; we provide an energy-dense lifestyle upgrade that tastes like a dessert."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=1",
},
{
id: "2",
name: "Michael R.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=1",
},
{
id: "3",
name: "Emily K.",
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=1",
},
{
id: "4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=1",
},
{
id: "5",
name: "Jessica L.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=1",
},
]}
cardTitle="What Our Customers Think"
cardTag="Purity Verified"
cardAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg" },
{ id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg" },
{ id: "3", name: "Emily K.", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg" },
{ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg" },
{ id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg" },
]}
cardTitle="What Our Customers Think"
cardTag="Purity Verified"
cardAnimation="slide-up"
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Team"
description="The passionate experts behind AcaiSuper, dedicated to delivering pure health to your doorstep."
members={[
{
id: "1",
name: "Elena R.",
role: "Founder & Nutritionist",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=2",
},
{
id: "2",
name: "Marcus T.",
role: "Sustainability Lead",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=2",
},
{
id: "3",
name: "Sarah W.",
role: "Quality Control",
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=2",
},
{
id: "4",
name: "David L.",
role: "Supply Chain Expert",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=2",
},
{
id: "5",
name: "Jane D.",
role: "Customer Experience",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=2",
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet Our Team"
description="The passionate experts behind AcaiSuper, dedicated to delivering pure health to your doorstep."
members={[
{ id: "1", name: "Elena R.", role: "Founder & Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg" },
{ id: "2", name: "Marcus T.", role: "Sustainability Lead", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg" },
{ id: "3", name: "Sarah W.", role: "Quality Control", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg" },
{ id: "4", name: "David L.", role: "Supply Chain Expert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg" },
{ id: "5", name: "Jane D.", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="AcaiSuper"
columns={[
{
title: "Product",
items: [
{
label: "Shop Bowls",
href: "#",
},
{
label: "Supplements",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "Our Story",
href: "#",
},
{
label: "Contact",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="AcaiSuper"
columns={[
{
title: "Product", items: [{ label: "Shop Bowls", href: "#" }, { label: "Supplements", href: "#" }],
},
{
title: "Company", items: [{ label: "Our Story", href: "#" }, { label: "Contact", href: "#" }],
},
{
title: "Support", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);