Update src/app/page.tsx

This commit is contained in:
2026-06-02 11:30:52 +00:00
parent c547f4b8c7
commit 4817dd870b

View File

@@ -32,33 +32,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Seasonal", name: "Seasonal", id: "seasonal"},
id: "seasonal",
},
{ {
name: "Journey", name: "Journey", id: "journey"},
id: "journey",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/goggles-tube-flower-fruits_23-2147640471.jpg" logoSrc="http://img.b2bpic.net/free-photo/goggles-tube-flower-fruits_23-2147640471.jpg"
logoAlt="FreshHarvest Logo" logoAlt="FreshHarvest Logo"
@@ -69,20 +55,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
imagePosition="right" imagePosition="right"
title="Farm Fresh Fruits Delivered to Your Doorstep" title="Farm Fresh Fruits Delivered to Your Doorstep"
description="Experience the vibrant taste and uncompromising quality of FreshHarvest. Sourced directly from organic farms and delivered fresh, guaranteeing nature's best to your table." description="Experience the vibrant taste and uncompromising quality of FreshHarvest. Sourced directly from organic farms and delivered fresh, guaranteeing nature's best to your table."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Explore Seasonal Fruits", text: "Explore Seasonal Fruits", href: "#seasonal"},
href: "#seasonal",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/redhead-woman-posing-bananas_23-2148851904.jpg" imageSrc="http://img.b2bpic.net/free-photo/redhead-woman-posing-bananas_23-2148851904.jpg"
imageAlt="Rotating 3D fruit models for FreshHarvest" imageAlt="Rotating 3D fruit models for FreshHarvest"
@@ -90,50 +71,30 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-posing-with-fruits_23-2148851873.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-posing-with-fruits_23-2148851873.jpg", alt: "Beautiful redhead woman posing with fruits"},
alt: "Beautiful redhead woman posing with fruits",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-floating-bananas-yellow-scene_23-2148185013.jpg", src: "http://img.b2bpic.net/free-photo/woman-floating-bananas-yellow-scene_23-2148185013.jpg", alt: "Woman and floating bananas in a yellow scene"},
alt: "Woman and floating bananas in a yellow scene",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553631.jpg", src: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553631.jpg", alt: "Portrait of person eating watermelon"},
alt: "Portrait of person eating watermelon",
},
{ {
src: "http://img.b2bpic.net/free-photo/wonderful-slim-tanned-woman-with-wavy-hair-red-bandana-yellow-cool-outfit-smiling-with-closed-eyes-holding-apple_197531-28822.jpg", src: "http://img.b2bpic.net/free-photo/wonderful-slim-tanned-woman-with-wavy-hair-red-bandana-yellow-cool-outfit-smiling-with-closed-eyes-holding-apple_197531-28822.jpg", alt: "Wonderful slim tanned woman with wavy hair in red bandana and yellow cool outfit smiling with closed eyes and holding apple"},
alt: "Wonderful slim tanned woman with wavy hair in red bandana and yellow cool outfit smiling with closed eyes and holding apple",
},
{ {
src: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-gardener-girl-wearing-uniform-hat-holding-basket-vegetables-bunch-grape-isolated-purple-wall_141793-112333.jpg", src: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-gardener-girl-wearing-uniform-hat-holding-basket-vegetables-bunch-grape-isolated-purple-wall_141793-112333.jpg", alt: "Happy woman with a basket of fresh produce"},
alt: "Happy woman with a basket of fresh produce",
},
]} ]}
avatarText="Trusted by 10,000+ happy customers!" avatarText="Trusted by 10,000+ happy customers!"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Organic Certified", icon: Leaf,
text: "Organic Certified",
icon: Leaf,
}, },
{ {
type: "text", type: "text", text: "Fresh Daily Deliveries"},
text: "Fresh Daily Deliveries", {
type: "text-icon", text: "Quality Guaranteed", icon: ShieldCheck,
}, },
{ {
type: "text-icon", type: "text", text: "Sustainable Sourcing"},
text: "Quality Guaranteed",
icon: ShieldCheck,
},
{ {
type: "text", type: "text-icon", text: "Seasonal Selections", icon: Sparkles,
text: "Sustainable Sourcing",
},
{
type: "text-icon",
text: "Seasonal Selections",
icon: Sparkles,
}, },
]} ]}
/> />
@@ -146,19 +107,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"No harmful pesticides", "No harmful pesticides", "No artificial ripening", "No long storage times", "No unnecessary packaging"],
"No artificial ripening",
"No long storage times",
"No unnecessary packaging",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Organic & Fresh Guarantee", "Organic & Fresh Guarantee", "Same-Day Delivery", "Direct From Farms", "100% Quality Checked"],
"Same-Day Delivery",
"Direct From Farms",
"100% Quality Checked",
],
}} }}
title="Our Promise of Freshness & Quality" title="Our Promise of Freshness & Quality"
description="At FreshHarvest, we are committed to bringing you the best. Our rigorous standards ensure every fruit you receive is a testament to nature's perfection." description="At FreshHarvest, we are committed to bringing you the best. Our rigorous standards ensure every fruit you receive is a testament to nature's perfection."
@@ -170,55 +123,20 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
products={[ products={[
{ {
id: "p-mango", id: "p-mango", name: "Organic Alphonso Mango", price: "$5.99/lb", variant: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/ripe-delicious-mango-light-background_185193-161803.jpg", imageAlt: "Organic Alphonso Mango"},
name: "Organic Alphonso Mango",
price: "$5.99/lb",
variant: "Tropical",
imageSrc: "http://img.b2bpic.net/free-photo/ripe-delicious-mango-light-background_185193-161803.jpg",
imageAlt: "Organic Alphonso Mango",
},
{ {
id: "p-apple", id: "p-apple", name: "Crisp Fuji Apple", price: "$2.49/lb", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13132.jpg", imageAlt: "Crisp Fuji Apple"},
name: "Crisp Fuji Apple",
price: "$2.49/lb",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/apple-blue-table-isolated-orange_171337-13132.jpg",
imageAlt: "Crisp Fuji Apple",
},
{ {
id: "p-orange", id: "p-orange", name: "Sweet Valencia Orange", price: "$1.99/lb", variant: "Citrus", imageSrc: "http://img.b2bpic.net/free-photo/surreal-fruit-studio_23-2151430009.jpg", imageAlt: "Sweet Valencia Orange"},
name: "Sweet Valencia Orange",
price: "$1.99/lb",
variant: "Citrus",
imageSrc: "http://img.b2bpic.net/free-photo/surreal-fruit-studio_23-2151430009.jpg",
imageAlt: "Sweet Valencia Orange",
},
{ {
id: "p-banana", id: "p-banana", name: "Fair Trade Cavendish Banana", price: "$0.79/lb", variant: "Staple", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-autumn-fruits-with-copy-space_23-2148634415.jpg", imageAlt: "Fair Trade Cavendish Banana"},
name: "Fair Trade Cavendish Banana",
price: "$0.79/lb",
variant: "Staple",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-autumn-fruits-with-copy-space_23-2148634415.jpg",
imageAlt: "Fair Trade Cavendish Banana",
},
{ {
id: "p-strawberry", id: "p-strawberry", name: "Fresh Organic Strawberries", price: "$4.99/pint", variant: "Berries", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-strawberries-inside-plate-around-christmas-toys-dark-background_140725-137161.jpg", imageAlt: "Fresh Organic Strawberries"},
name: "Fresh Organic Strawberries",
price: "$4.99/pint",
variant: "Berries",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-strawberries-inside-plate-around-christmas-toys-dark-background_140725-137161.jpg",
imageAlt: "Fresh Organic Strawberries",
},
{ {
id: "p-grapes", id: "p-grapes", name: "Seedless Green Grapes", price: "$3.49/lb", variant: "Berries", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-fresh-juicy-grapes-mellow-ed-white-background_140725-27454.jpg", imageAlt: "Seedless Green Grapes"},
name: "Seedless Green Grapes",
price: "$3.49/lb",
variant: "Berries",
imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-fresh-juicy-grapes-mellow-ed-white-background_140725-27454.jpg",
imageAlt: "Seedless Green Grapes",
},
]} ]}
title="Discover Our Premium Fruit Selection" title="Discover Our Premium Fruit Selection"
description="Explore a wide variety of exquisite fruits, hand-picked for their taste, freshness, and nutritional value. From tropical delights to everyday favorites, find your next healthy obsession." description="Explore a wide variety of exquisite fruits, hand-picked for their taste, freshness, and nutritional value. From tropical delights to everyday favorites, find your next healthy obsession."
@@ -232,61 +150,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "seasonal-berries", id: "seasonal-berries", badge: "Limited Time", badgeIcon: Sparkles,
badge: "Limited Time", price: "$29.99", name: "Summer Berry Bundle", buttons: [
badgeIcon: Sparkles,
price: "$29.99",
name: "Summer Berry Bundle",
buttons: [
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
], ],
features: [ features: [
"1lb Organic Strawberries", "1lb Organic Strawberries", "1lb Organic Blueberries", "0.5lb Organic Raspberries", "Freshly picked & packed"],
"1lb Organic Blueberries",
"0.5lb Organic Raspberries",
"Freshly picked & packed",
],
}, },
{ {
id: "seasonal-citrus", id: "seasonal-citrus", badge: "Fresh Pick", badgeIcon: Leaf,
badge: "Fresh Pick", price: "$24.99", name: "Winter Citrus Medley", buttons: [
badgeIcon: Leaf,
price: "$24.99",
name: "Winter Citrus Medley",
buttons: [
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
], ],
features: [ features: [
"4pc Valencia Oranges", "4pc Valencia Oranges", "4pc Grapefruits", "6pc Limes", "Rich in Vitamin C"],
"4pc Grapefruits",
"6pc Limes",
"Rich in Vitamin C",
],
}, },
{ {
id: "seasonal-tropical", id: "seasonal-tropical", badge: "Exotic Offer", badgeIcon: Crop,
badge: "Exotic Offer", price: "$39.99", name: "Tropical Paradise Box", buttons: [
badgeIcon: Crop,
price: "$39.99",
name: "Tropical Paradise Box",
buttons: [
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
], ],
features: [ features: [
"2pc Alphonso Mangoes", "2pc Alphonso Mangoes", "1pc Pineapple", "4pc Passion Fruits", "Taste of the tropics"],
"1pc Pineapple",
"4pc Passion Fruits",
"Taste of the tropics",
],
}, },
]} ]}
title="Seasonal Delights & Exclusive Bundles" title="Seasonal Delights & Exclusive Bundles"
@@ -303,29 +191,19 @@ export default function LandingPage() {
description="Discover the meticulous process behind every FreshHarvest fruit. From sustainable farms to your doorstep, we ensure freshness and quality at every step." description="Discover the meticulous process behind every FreshHarvest fruit. From sustainable farms to your doorstep, we ensure freshness and quality at every step."
bulletPoints={[ bulletPoints={[
{ {
title: "Sustainable Farming", title: "Sustainable Farming", description: "Our fruits are grown in eco-friendly farms, adhering to the highest organic standards and sustainable practices.", icon: Leaf,
description: "Our fruits are grown in eco-friendly farms, adhering to the highest organic standards and sustainable practices.",
icon: Leaf,
}, },
{ {
title: "Expert Harvest", title: "Expert Harvest", description: "Each fruit is hand-picked at its peak ripeness by experienced farmers, ensuring optimal flavor and texture.", icon: Apple,
description: "Each fruit is hand-picked at its peak ripeness by experienced farmers, ensuring optimal flavor and texture.",
icon: Apple,
}, },
{ {
title: "Rigorous Quality Check", title: "Rigorous Quality Check", description: "Before packaging, every fruit undergoes stringent quality inspections to meet our premium standards.", icon: CheckCircle,
description: "Before packaging, every fruit undergoes stringent quality inspections to meet our premium standards.",
icon: CheckCircle,
}, },
{ {
title: "Careful Packaging", title: "Careful Packaging", description: "Fruits are gently packed in eco-friendly materials, designed to maintain their freshness during transit.", icon: Package,
description: "Fruits are gently packed in eco-friendly materials, designed to maintain their freshness during transit.",
icon: Package,
}, },
{ {
title: "Swift Delivery", title: "Swift Delivery", description: "Leveraging advanced logistics, we ensure your fresh fruits are delivered to your door in perfect condition, every time.", icon: Truck,
description: "Leveraging advanced logistics, we ensure your fresh fruits are delivered to your door in perfect condition, every time.",
icon: Truck,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-farmer-with-organic-vegetables-garden-mixed-organic-vegetable-wicker-basket_1157-41465.jpg" imageSrc="http://img.b2bpic.net/free-photo/cheerful-farmer-with-organic-vegetables-garden-mixed-organic-vegetable-wicker-basket_1157-41465.jpg"
@@ -340,50 +218,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Absolutely outstanding freshness!", quote: "FreshHarvest consistently delivers the most delicious and fresh fruits I've ever tasted. The quality is simply unmatched, and the convenience is incredible.", name: "Sarah J.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg", imageAlt: "Sarah J."},
title: "Absolutely outstanding freshness!",
quote: "FreshHarvest consistently delivers the most delicious and fresh fruits I've ever tasted. The quality is simply unmatched, and the convenience is incredible.",
name: "Sarah J.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-okay_1187-4049.jpg",
imageAlt: "Sarah J.",
},
{ {
id: "2", id: "2", title: "My go-to for organic produce.", quote: "I'm so impressed with FreshHarvest's commitment to organic sourcing. Every order is perfect, and I feel great knowing I'm getting the best for my family.", name: "Michael R.", role: "Health Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-cafe-table-using-tablet_1262-969.jpg", imageAlt: "Michael R."},
title: "My go-to for organic produce.",
quote: "I'm so impressed with FreshHarvest's commitment to organic sourcing. Every order is perfect, and I feel great knowing I'm getting the best for my family.",
name: "Michael R.",
role: "Health Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-cafe-table-using-tablet_1262-969.jpg",
imageAlt: "Michael R.",
},
{ {
id: "3", id: "3", title: "Flawless delivery and premium quality.", quote: "The fruits arrive perfectly packaged and are always fresh. FreshHarvest has truly elevated my fruit-buying experience.", name: "Emily Chen", role: "Busy Professional", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371196.jpg", imageAlt: "Emily Chen"},
title: "Flawless delivery and premium quality.",
quote: "The fruits arrive perfectly packaged and are always fresh. FreshHarvest has truly elevated my fruit-buying experience.",
name: "Emily Chen",
role: "Busy Professional",
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371196.jpg",
imageAlt: "Emily Chen",
},
{ {
id: "4", id: "4", title: "Tastes like it came straight from the farm!", quote: "The difference in taste compared to supermarket fruits is astounding. FreshHarvest delivers pure, natural goodness right to my door.", name: "David K.", role: "Foodie & Chef", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-with-exotic-pineapple-fruit_23-2151522048.jpg", imageAlt: "David K."},
title: "Tastes like it came straight from the farm!",
quote: "The difference in taste compared to supermarket fruits is astounding. FreshHarvest delivers pure, natural goodness right to my door.",
name: "David K.",
role: "Foodie & Chef",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-portrait-person-with-exotic-pineapple-fruit_23-2151522048.jpg",
imageAlt: "David K.",
},
{ {
id: "5", id: "5", title: "Exceptional service and amazing variety.", quote: "Beyond the incredible quality of the fruits, their customer service is fantastic. I love the variety of seasonal options available.", name: "Jessica L.", role: "Family Shopper", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica L."},
title: "Exceptional service and amazing variety.",
quote: "Beyond the incredible quality of the fruits, their customer service is fantastic. I love the variety of seasonal options available.",
name: "Jessica L.",
role: "Family Shopper",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Jessica L.",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear from our delighted customers who experience the FreshHarvest difference every day. Their satisfaction is our greatest reward." description="Hear from our delighted customers who experience the FreshHarvest difference every day. Their satisfaction is our greatest reward."
@@ -394,8 +237,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Stay Connected" tag="Stay Connected"
title="Join Our FreshHarvest Community" title="Join Our FreshHarvest Community"
description="Sign up for exclusive offers, seasonal updates, and healthy recipes. Get the freshest news directly in your inbox!" description="Sign up for exclusive offers, seasonal updates, and healthy recipes. Get the freshest news directly in your inbox!"
@@ -415,13 +257,9 @@ export default function LandingPage() {
logoAlt="FreshHarvest Logo" logoAlt="FreshHarvest Logo"
logoText="FreshHarvest" logoText="FreshHarvest"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>