Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16c7796d00 | |||
| 40e62606d9 | |||
| b40e888b67 |
162
src/app/page.tsx
162
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Shop",
|
name: "Shop", id: "/shop"},
|
||||||
id: "/shop",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="NaturePure"
|
brandName="NaturePure"
|
||||||
/>
|
/>
|
||||||
@@ -48,35 +42,22 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Pure Nature, Pure Health"
|
title="Pure Nature, Pure Health"
|
||||||
description="Experience the finest hand-picked organic produce delivered straight from the farm to your doorstep."
|
description="Experience the finest hand-picked organic produce delivered straight from the farm to your doorstep."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-plastic-wicker-basket-with-apple-pears-feykhoas-plums-persimmon-grey-table-with-free-space_140725-89849.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-half-view-plastic-wicker-basket-with-apple-pears-feykhoas-plums-persimmon-grey-table-with-free-space_140725-89849.jpg", imageAlt: "fresh organic fruits basket"},
|
||||||
imageAlt: "fresh organic fruits basket",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306452.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together-while-cooking_23-2149306452.jpg", imageAlt: "organic salad bowl fresh"},
|
||||||
imageAlt: "organic salad bowl fresh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-green-bell-pepper-black-kitchen-board-with-knife-with-peppers-isolated-grey-wooden-wall_141793-75831.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-cutting-green-bell-pepper-black-kitchen-board-with-knife-with-peppers-isolated-grey-wooden-wall_141793-75831.jpg", imageAlt: "organic farmers market fresh"},
|
||||||
imageAlt: "organic farmers market fresh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-reusable-bag-with-groceries-grass_23-2148523381.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-reusable-bag-with-groceries-grass_23-2148523381.jpg", imageAlt: "eco friendly food shop"},
|
||||||
imageAlt: "eco friendly food shop",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-vegetables-female-hands-corn-field_169016-16359.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-vegetables-female-hands-corn-field_169016-16359.jpg", imageAlt: "fresh berries organic fruit"},
|
||||||
imageAlt: "fresh berries organic fruit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-3868.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-3868.jpg", imageAlt: "organic herbal tea table"},
|
||||||
imageAlt: "organic herbal tea table",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -89,59 +70,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "NaturePure", name: "Green Apple", price: "$4.99", rating: 5,
|
||||||
brand: "NaturePure",
|
reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/knife-chopping-board-with-various-type-fresh-fruits-striped-pattern-tablecloth_23-2147946428.jpg"},
|
||||||
name: "Green Apple",
|
|
||||||
price: "$4.99",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "124",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-chopping-board-with-various-type-fresh-fruits-striped-pattern-tablecloth_23-2147946428.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "NaturePure", name: "Vine Tomato", price: "$3.50", rating: 4,
|
||||||
brand: "NaturePure",
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-tomatoes-dark-surface-ripe-red-vegetable_140725-81935.jpg"},
|
||||||
name: "Vine Tomato",
|
|
||||||
price: "$3.50",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "89",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-tomatoes-dark-surface-ripe-red-vegetable_140725-81935.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "NaturePure", name: "Carrots", price: "$2.99", rating: 5,
|
||||||
brand: "NaturePure",
|
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-carrots-bag-with-copy-space_23-2148622445.jpg"},
|
||||||
name: "Carrots",
|
|
||||||
price: "$2.99",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "210",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-carrots-bag-with-copy-space_23-2148622445.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "NaturePure", name: "Spinach", price: "$5.00", rating: 4,
|
||||||
brand: "NaturePure",
|
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/fresh-spinach-leaves-green-peas-broccoli-bowl-top-view_127032-3291.jpg"},
|
||||||
name: "Spinach",
|
|
||||||
price: "$5.00",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "56",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-spinach-leaves-green-peas-broccoli-bowl-top-view_127032-3291.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", brand: "NaturePure", name: "Blueberries", price: "$6.99", rating: 5,
|
||||||
brand: "NaturePure",
|
reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/blueberries-green-bowl-wooden-table_123827-31534.jpg"},
|
||||||
name: "Blueberries",
|
|
||||||
price: "$6.99",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "340",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blueberries-green-bowl-wooden-table_123827-31534.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", brand: "NaturePure", name: "Raw Honey", price: "$12.00", rating: 5,
|
||||||
brand: "NaturePure",
|
reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-honey-with-honey-spoon_23-2148173069.jpg"},
|
||||||
name: "Raw Honey",
|
|
||||||
price: "$12.00",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-honey-with-honey-spoon_23-2148173069.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Popular Essentials"
|
title="Popular Essentials"
|
||||||
description="Our community's most-loved organic selections."
|
description="Our community's most-loved organic selections."
|
||||||
@@ -158,45 +103,20 @@ export default function LandingPage() {
|
|||||||
description="Read stories from our happy, health-conscious customers."
|
description="Read stories from our happy, health-conscious customers."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Anna S.", role: "Chef", company: "Green Table", rating: 5,
|
||||||
name: "Anna S.",
|
imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-woman-carries-different-green-vegetables-bought-market-keeps-eyes-closed-going-enrich-with-vitamins-keeps-eyes-closed-isolated-pink-background-healthy-nutrition-concept_273609-61876.jpg"},
|
||||||
role: "Chef",
|
|
||||||
company: "Green Table",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-haired-woman-carries-different-green-vegetables-bought-market-keeps-eyes-closed-going-enrich-with-vitamins-keeps-eyes-closed-isolated-pink-background-healthy-nutrition-concept_273609-61876.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Mark L.", role: "Yoga Instructor", company: "Zen Studio", rating: 5,
|
||||||
name: "Mark L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tomato-parsley-female-hands-kitchen_169016-24563.jpg"},
|
||||||
role: "Yoga Instructor",
|
|
||||||
company: "Zen Studio",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tomato-parsley-female-hands-kitchen_169016-24563.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Elena R.", role: "Nutritionist", company: "WellLife", rating: 4,
|
||||||
name: "Elena R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bath-concept-accessories_23-2148419388.jpg"},
|
||||||
role: "Nutritionist",
|
|
||||||
company: "WellLife",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bath-concept-accessories_23-2148419388.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "James K.", role: "Gardener", company: "Urban Farm", rating: 5,
|
||||||
name: "James K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/beekeeper-working-bee-farm_23-2151441178.jpg"},
|
||||||
role: "Gardener",
|
|
||||||
company: "Urban Farm",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beekeeper-working-bee-farm_23-2151441178.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Sophie M.", role: "Mother", company: "Home Kitchen", rating: 5,
|
||||||
name: "Sophie M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-fresh-vegetable-salad-closeup_169016-29796.jpg?_wi=1"},
|
||||||
role: "Mother",
|
|
||||||
company: "Home Kitchen",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-fresh-vegetable-salad-closeup_169016-29796.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -208,12 +128,7 @@ export default function LandingPage() {
|
|||||||
title="Trusted Partners"
|
title="Trusted Partners"
|
||||||
description="Working with the best sustainable farms across the region."
|
description="Working with the best sustainable farms across the region."
|
||||||
names={[
|
names={[
|
||||||
"Organic Roots Farm",
|
"Organic Roots Farm", "Green Meadow Cooperative", "Sun Harvest Producers", "Evergreen Orchard", "Pure Earth Collective"]}
|
||||||
"Green Meadow Cooperative",
|
|
||||||
"Sun Harvest Producers",
|
|
||||||
"Evergreen Orchard",
|
|
||||||
"Pure Earth Collective",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -221,8 +136,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Stay Fresh"
|
tag="Stay Fresh"
|
||||||
title="Join Our Organic Community"
|
title="Join Our Organic Community"
|
||||||
description="Subscribe for weekly deals, nutrition tips, and farm updates delivered to your inbox."
|
description="Subscribe for weekly deals, nutrition tips, and farm updates delivered to your inbox."
|
||||||
@@ -233,13 +147,9 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="NaturePure"
|
logoText="NaturePure"
|
||||||
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