Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec00dc313d | |||
| 8258f1b70e |
211
src/app/page.tsx
211
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="NutriHarvest"
|
brandName="NutriHarvest"
|
||||||
/>
|
/>
|
||||||
@@ -55,32 +47,21 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Nature's Finest Bounty"
|
title="Nature's Finest Bounty"
|
||||||
description="Experience the purity and flavor of our premium hand-selected dry fruits. Farm-to-table goodness, delivered to your door."
|
description="Experience the purity and flavor of our premium hand-selected dry fruits. Farm-to-table goodness, delivered to your door."
|
||||||
tag="100% Organic"
|
tag="100% Organic"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-various-types-nuts-with-space-middle_23-2147690269.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/decoration-various-types-nuts-with-space-middle_23-2147690269.jpg?_wi=1", imageAlt: "Assorted dry fruits"},
|
||||||
imageAlt: "Assorted dry fruits",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg?_wi=1", imageAlt: "Almonds and cashews"},
|
||||||
imageAlt: "Almonds and cashews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11287.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11287.jpg?_wi=1", imageAlt: "Pistachios and dried fruits"},
|
||||||
imageAlt: "Pistachios and dried fruits",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-armudu-glass-with-various-dried-nuts-fruits-wood-with-copy-space_141793-7324.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-armudu-glass-with-various-dried-nuts-fruits-wood-with-copy-space_141793-7324.jpg", imageAlt: "Top view of tea with dried nuts and fruits"},
|
||||||
imageAlt: "Top view of tea with dried nuts and fruits",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nuts-concept-with-copy-space_23-2148694001.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nuts-concept-with-copy-space_23-2148694001.jpg", imageAlt: "Top view of nuts concept"},
|
||||||
imageAlt: "Top view of nuts concept",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -93,17 +74,11 @@ export default function LandingPage() {
|
|||||||
description="We partner with local farmers who believe in sustainable, organic practices. Every nut and fruit is handled with care to preserve nutrients and freshness."
|
description="We partner with local farmers who believe in sustainable, organic practices. Every nut and fruit is handled with care to preserve nutrients and freshness."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", title: "Years Experience"},
|
||||||
title: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "50K+",
|
value: "50K+", title: "Happy Customers"},
|
||||||
title: "Happy Customers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Organic Certified"},
|
||||||
title: "Organic Certified",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-feast-table-with-various-food_181624-23079.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-feast-table-with-various-food_181624-23079.jpg?_wi=1"
|
||||||
imageAlt="Sustainable farming harvest"
|
imageAlt="Sustainable farming harvest"
|
||||||
@@ -119,47 +94,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Premium Almonds", price: "$12.99", variant: "250g Pack", imageSrc: "http://img.b2bpic.net/free-photo/almonds-wooden-background_1150-1869.jpg"},
|
||||||
name: "Premium Almonds",
|
|
||||||
price: "$12.99",
|
|
||||||
variant: "250g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/almonds-wooden-background_1150-1869.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Roasted Cashews", price: "$14.50", variant: "250g Pack", imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-bowl-full-raisin-nuts-marble-background_114579-46813.jpg"},
|
||||||
name: "Roasted Cashews",
|
|
||||||
price: "$14.50",
|
|
||||||
variant: "250g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/small-wooden-bowl-full-raisin-nuts-marble-background_114579-46813.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "California Walnuts", price: "$15.99", variant: "200g Pack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-table_23-2148405835.jpg"},
|
||||||
name: "California Walnuts",
|
|
||||||
price: "$15.99",
|
|
||||||
variant: "200g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-walnuts-table_23-2148405835.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Sun-Dried Figs", price: "$18.00", variant: "150g Pack", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dried-fruits-bowl-towel-marble-background_114579-50835.jpg"},
|
||||||
name: "Sun-Dried Figs",
|
|
||||||
price: "$18.00",
|
|
||||||
variant: "150g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dried-fruits-bowl-towel-marble-background_114579-50835.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Salted Pistachios", price: "$19.50", variant: "200g Pack", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-dryfruits-cookies-granola-bar-wooden-table-with-napkin_23-2148026922.jpg"},
|
||||||
name: "Salted Pistachios",
|
|
||||||
price: "$19.50",
|
|
||||||
variant: "200g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-dryfruits-cookies-granola-bar-wooden-table-with-napkin_23-2148026922.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Dried Apricots", price: "$11.00", variant: "250g Pack", imageSrc: "http://img.b2bpic.net/free-photo/dried-apricots-with-fresh-juicy-apricot-fruits-top-view_114579-14312.jpg"},
|
||||||
name: "Dried Apricots",
|
|
||||||
price: "$11.00",
|
|
||||||
variant: "250g Pack",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-apricots-with-fresh-juicy-apricot-fruits-top-view_114579-14312.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Selections"
|
title="Our Signature Selections"
|
||||||
description="Explore our curated catalog of premium snacks, sourced from the finest orchards globally."
|
description="Explore our curated catalog of premium snacks, sourced from the finest orchards globally."
|
||||||
@@ -173,32 +118,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Nutrient Rich", tags: [
|
||||||
title: "Nutrient Rich",
|
"Health", "Wellness"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/assortment-nuts-shape-heart-cashew-hazelnuts-walnuts-pistachio-pecans-pine-nuts-peanut-raisins-top-view_114579-4976.jpg?_wi=1"},
|
||||||
"Health",
|
|
||||||
"Wellness",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-nuts-shape-heart-cashew-hazelnuts-walnuts-pistachio-pecans-pine-nuts-peanut-raisins-top-view_114579-4976.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Certified Quality", tags: [
|
||||||
title: "Certified Quality",
|
"Verified", "Safety"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/vintage-organic-fruit-label-set_23-2148122909.jpg"},
|
||||||
"Verified",
|
|
||||||
"Safety",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-organic-fruit-label-set_23-2148122909.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Sustainable Sourcing", tags: [
|
||||||
title: "Sustainable Sourcing",
|
"Eco", "Fair Trade"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/individual-presenting-collection-plants_23-2148488528.jpg"},
|
||||||
"Eco",
|
|
||||||
"Fair Trade",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/individual-presenting-collection-plants_23-2148488528.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose NutriHarvest?"
|
title="Why Choose NutriHarvest?"
|
||||||
description="We bridge the gap between farm freshness and your daily wellness routine."
|
description="We bridge the gap between farm freshness and your daily wellness routine."
|
||||||
@@ -213,25 +143,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "120", title: "Farm Partners", description: "Global network", icon: Users,
|
||||||
value: "120",
|
|
||||||
title: "Farm Partners",
|
|
||||||
description: "Global network",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "45%", title: "Carbon Reduced", description: "Via logistics", icon: Leaf,
|
||||||
value: "45%",
|
|
||||||
title: "Carbon Reduced",
|
|
||||||
description: "Via logistics",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99%", title: "Purity Rate", description: "Tested strictly", icon: ShieldCheck,
|
||||||
value: "99%",
|
|
||||||
title: "Purity Rate",
|
|
||||||
description: "Tested strictly",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact at a Glance"
|
title="Our Impact at a Glance"
|
||||||
@@ -245,60 +163,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Elena R.", date: "Jan 2024", title: "Healthy Living", quote: "The quality is simply unmatched. You can taste the freshness.", tag: "Organic", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-housewife-holding-freshly-baked-cookies-tray-kitchen_657921-1387.jpg", imageSrc: "http://img.b2bpic.net/free-photo/decoration-various-types-nuts-with-space-middle_23-2147690269.jpg?_wi=2", imageAlt: "happy customer healthy organic snack"},
|
||||||
name: "Elena R.",
|
|
||||||
date: "Jan 2024",
|
|
||||||
title: "Healthy Living",
|
|
||||||
quote: "The quality is simply unmatched. You can taste the freshness.",
|
|
||||||
tag: "Organic",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-housewife-holding-freshly-baked-cookies-tray-kitchen_657921-1387.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-various-types-nuts-with-space-middle_23-2147690269.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer healthy organic snack",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Mark D.", date: "Feb 2024", title: "Regular Buyer", quote: "My daily morning snack. Quick delivery every time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255960.jpg", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg?_wi=2", imageAlt: "happy customer healthy organic snack"},
|
||||||
name: "Mark D.",
|
|
||||||
date: "Feb 2024",
|
|
||||||
title: "Regular Buyer",
|
|
||||||
quote: "My daily morning snack. Quick delivery every time.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255960.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028615.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer healthy organic snack",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Sarah P.", date: "Mar 2024", title: "Nutritionist", quote: "Highly recommended for their transparency and sourcing.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-woman-biting-apple-eating-healthy-snack-while-sitting-kitchen_1258-199912.jpg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11287.jpg?_wi=2", imageAlt: "happy customer healthy organic snack"},
|
||||||
name: "Sarah P.",
|
|
||||||
date: "Mar 2024",
|
|
||||||
title: "Nutritionist",
|
|
||||||
quote: "Highly recommended for their transparency and sourcing.",
|
|
||||||
tag: "Expert",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-woman-biting-apple-eating-healthy-snack-while-sitting-kitchen_1258-199912.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11287.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer healthy organic snack",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "James L.", date: "Apr 2024", title: "Fitness Fan", quote: "Great energy boost during my mid-afternoon routine.", tag: "Active", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-eating-cookies-break-her-office_637285-99.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-feast-table-with-various-food_181624-23079.jpg?_wi=2", imageAlt: "happy customer healthy organic snack"},
|
||||||
name: "James L.",
|
|
||||||
date: "Apr 2024",
|
|
||||||
title: "Fitness Fan",
|
|
||||||
quote: "Great energy boost during my mid-afternoon routine.",
|
|
||||||
tag: "Active",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-eating-cookies-break-her-office_637285-99.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-feast-table-with-various-food_181624-23079.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer healthy organic snack",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Chloe M.", date: "May 2024", title: "Wholefoods Fan", quote: "Best cashews I have ever purchased. Absolutely fresh.", tag: "Natural", avatarSrc: "http://img.b2bpic.net/free-photo/cropped-shot-adorable-female-model-with-curly-dark-hair-dressed-pink-casual-t-shirt-eats-dessert-smiles-broadly-mixed-race-young-african-american-woman-poses-against-cafe-interior_273609-2233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/assortment-nuts-shape-heart-cashew-hazelnuts-walnuts-pistachio-pecans-pine-nuts-peanut-raisins-top-view_114579-4976.jpg?_wi=2", imageAlt: "happy customer healthy organic snack"},
|
||||||
name: "Chloe M.",
|
|
||||||
date: "May 2024",
|
|
||||||
title: "Wholefoods Fan",
|
|
||||||
quote: "Best cashews I have ever purchased. Absolutely fresh.",
|
|
||||||
tag: "Natural",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/cropped-shot-adorable-female-model-with-curly-dark-hair-dressed-pink-casual-t-shirt-eats-dessert-smiles-broadly-mixed-race-young-african-american-woman-poses-against-cafe-interior_273609-2233.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-nuts-shape-heart-cashew-hazelnuts-walnuts-pistachio-pecans-pine-nuts-peanut-raisins-top-view_114579-4976.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer healthy organic snack",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Loved by Health Enthusiasts"
|
title="Loved by Health Enthusiasts"
|
||||||
description="Hear from those who've made NutriHarvest a part of their daily life."
|
description="Hear from those who've made NutriHarvest a part of their daily life."
|
||||||
@@ -309,13 +182,13 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Newsletter"
|
tag="Newsletter"
|
||||||
title="Join the Harvest Club"
|
title="Join the Harvest Club"
|
||||||
description="Get exclusive discounts, nutrition tips, and seasonal updates directly in your inbox."
|
description="Get exclusive discounts, nutrition tips, and seasonal updates directly in your inbox."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-cake-toppings-basket-apples_23-2148368264.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-cake-toppings-basket-apples_23-2148368264.jpg"
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
|
buttonText="Join & Get 10% Off"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -323,13 +196,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="NutriHarvest"
|
logoText="NutriHarvest"
|
||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user