Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
272
src/app/page.tsx
272
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Seasonal",
|
||||
id: "seasonal",
|
||||
},
|
||||
name: "Seasonal", id: "seasonal"},
|
||||
{
|
||||
name: "Journey",
|
||||
id: "journey",
|
||||
},
|
||||
name: "Journey", id: "journey"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/goggles-tube-flower-fruits_23-2147640471.jpg"
|
||||
logoAlt="FreshHarvest Logo"
|
||||
@@ -69,20 +55,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Explore Seasonal Fruits",
|
||||
href: "#seasonal",
|
||||
},
|
||||
text: "Explore Seasonal Fruits", href: "#seasonal"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/redhead-woman-posing-bananas_23-2148851904.jpg"
|
||||
imageAlt="Rotating 3D fruit models for FreshHarvest"
|
||||
@@ -90,50 +71,30 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-posing-with-fruits_23-2148851873.jpg",
|
||||
alt: "Beautiful redhead woman posing with fruits",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-redhead-woman-posing-with-fruits_23-2148851873.jpg", alt: "Beautiful redhead woman posing with fruits"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-floating-bananas-yellow-scene_23-2148185013.jpg",
|
||||
alt: "Woman and floating bananas in a yellow scene",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-floating-bananas-yellow-scene_23-2148185013.jpg", alt: "Woman and floating bananas in a yellow scene"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553631.jpg",
|
||||
alt: "Portrait of person eating watermelon",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-eating-watermelon_23-2151553631.jpg", 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",
|
||||
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/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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Organic Certified",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Organic Certified", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily Deliveries",
|
||||
type: "text", text: "Fresh Daily Deliveries"},
|
||||
{
|
||||
type: "text-icon", text: "Quality Guaranteed", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Guaranteed",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
type: "text", text: "Sustainable Sourcing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Seasonal Selections",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Seasonal Selections", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,19 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No harmful pesticides",
|
||||
"No artificial ripening",
|
||||
"No long storage times",
|
||||
"No unnecessary packaging",
|
||||
],
|
||||
"No harmful pesticides", "No artificial ripening", "No long storage times", "No unnecessary packaging"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Organic & Fresh Guarantee",
|
||||
"Same-Day Delivery",
|
||||
"Direct From Farms",
|
||||
"100% Quality Checked",
|
||||
],
|
||||
"Organic & Fresh Guarantee", "Same-Day Delivery", "Direct From Farms", "100% Quality Checked"],
|
||||
}}
|
||||
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."
|
||||
@@ -170,55 +123,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
@@ -232,61 +150,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "seasonal-berries",
|
||||
badge: "Limited Time",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29.99",
|
||||
name: "Summer Berry Bundle",
|
||||
buttons: [
|
||||
id: "seasonal-berries", badge: "Limited Time", badgeIcon: Sparkles,
|
||||
price: "$29.99", name: "Summer Berry Bundle", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"1lb Organic Strawberries",
|
||||
"1lb Organic Blueberries",
|
||||
"0.5lb Organic Raspberries",
|
||||
"Freshly picked & packed",
|
||||
],
|
||||
"1lb Organic Strawberries", "1lb Organic Blueberries", "0.5lb Organic Raspberries", "Freshly picked & packed"],
|
||||
},
|
||||
{
|
||||
id: "seasonal-citrus",
|
||||
badge: "Fresh Pick",
|
||||
badgeIcon: Leaf,
|
||||
price: "$24.99",
|
||||
name: "Winter Citrus Medley",
|
||||
buttons: [
|
||||
id: "seasonal-citrus", badge: "Fresh Pick", badgeIcon: Leaf,
|
||||
price: "$24.99", name: "Winter Citrus Medley", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"4pc Valencia Oranges",
|
||||
"4pc Grapefruits",
|
||||
"6pc Limes",
|
||||
"Rich in Vitamin C",
|
||||
],
|
||||
"4pc Valencia Oranges", "4pc Grapefruits", "6pc Limes", "Rich in Vitamin C"],
|
||||
},
|
||||
{
|
||||
id: "seasonal-tropical",
|
||||
badge: "Exotic Offer",
|
||||
badgeIcon: Crop,
|
||||
price: "$39.99",
|
||||
name: "Tropical Paradise Box",
|
||||
buttons: [
|
||||
id: "seasonal-tropical", badge: "Exotic Offer", badgeIcon: Crop,
|
||||
price: "$39.99", name: "Tropical Paradise Box", buttons: [
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"2pc Alphonso Mangoes",
|
||||
"1pc Pineapple",
|
||||
"4pc Passion Fruits",
|
||||
"Taste of the tropics",
|
||||
],
|
||||
"2pc Alphonso Mangoes", "1pc Pineapple", "4pc Passion Fruits", "Taste of the tropics"],
|
||||
},
|
||||
]}
|
||||
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."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Sustainable Farming",
|
||||
description: "Our fruits are grown in eco-friendly farms, adhering to the highest organic standards and sustainable practices.",
|
||||
icon: Leaf,
|
||||
title: "Sustainable Farming", description: "Our fruits are grown in eco-friendly farms, adhering to the highest organic standards and sustainable practices.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Expert Harvest",
|
||||
description: "Each fruit is hand-picked at its peak ripeness by experienced farmers, ensuring optimal flavor and texture.",
|
||||
icon: Apple,
|
||||
title: "Expert Harvest", description: "Each fruit is hand-picked at its peak ripeness by experienced farmers, ensuring optimal flavor and texture.", icon: Apple,
|
||||
},
|
||||
{
|
||||
title: "Rigorous Quality Check",
|
||||
description: "Before packaging, every fruit undergoes stringent quality inspections to meet our premium standards.",
|
||||
icon: CheckCircle,
|
||||
title: "Rigorous Quality Check", description: "Before packaging, every fruit undergoes stringent quality inspections to meet our premium standards.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Careful Packaging",
|
||||
description: "Fruits are gently packed in eco-friendly materials, designed to maintain their freshness during transit.",
|
||||
icon: Package,
|
||||
title: "Careful Packaging", description: "Fruits are gently packed in eco-friendly materials, designed to maintain their freshness during transit.", icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Swift Delivery",
|
||||
description: "Leveraging advanced logistics, we ensure your fresh fruits are delivered to your door in perfect condition, every time.",
|
||||
icon: Truck,
|
||||
title: "Swift Delivery", 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"
|
||||
@@ -340,50 +218,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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="What Our Customers Say"
|
||||
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
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Stay Connected"
|
||||
title="Join Our FreshHarvest Community"
|
||||
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"
|
||||
logoText="FreshHarvest"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user