diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4489015..874e974 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,32 +47,21 @@ export default function LandingPage() {
@@ -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."
metrics={[
{
- value: "15+",
- title: "Years Experience",
- },
+ value: "15+", title: "Years Experience"},
{
- value: "50K+",
- title: "Happy Customers",
- },
+ value: "50K+", title: "Happy Customers"},
{
- value: "100%",
- title: "Organic Certified",
- },
+ value: "100%", title: "Organic Certified"},
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-feast-table-with-various-food_181624-23079.jpg?_wi=1"
imageAlt="Sustainable farming harvest"
@@ -119,47 +94,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Premium Almonds",
- price: "$12.99",
- variant: "250g Pack",
- imageSrc: "http://img.b2bpic.net/free-photo/almonds-wooden-background_1150-1869.jpg",
- },
+ id: "p1", name: "Premium Almonds", price: "$12.99", variant: "250g Pack", imageSrc: "http://img.b2bpic.net/free-photo/almonds-wooden-background_1150-1869.jpg"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
]}
title="Our Signature Selections"
description="Explore our curated catalog of premium snacks, sourced from the finest orchards globally."
@@ -173,32 +118,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Nutrient Rich",
- tags: [
- "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: "f1", title: "Nutrient Rich", tags: [
+ "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",
- title: "Certified Quality",
- tags: [
- "Verified",
- "Safety",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/vintage-organic-fruit-label-set_23-2148122909.jpg",
- },
+ id: "f2", title: "Certified Quality", tags: [
+ "Verified", "Safety"],
+ imageSrc: "http://img.b2bpic.net/free-vector/vintage-organic-fruit-label-set_23-2148122909.jpg"},
{
- id: "f3",
- title: "Sustainable Sourcing",
- tags: [
- "Eco",
- "Fair Trade",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/individual-presenting-collection-plants_23-2148488528.jpg",
- },
+ id: "f3", title: "Sustainable Sourcing", tags: [
+ "Eco", "Fair Trade"],
+ imageSrc: "http://img.b2bpic.net/free-photo/individual-presenting-collection-plants_23-2148488528.jpg"},
]}
title="Why Choose NutriHarvest?"
description="We bridge the gap between farm freshness and your daily wellness routine."
@@ -213,25 +143,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "120",
- title: "Farm Partners",
- description: "Global network",
- icon: Users,
+ id: "m1", value: "120", title: "Farm Partners", description: "Global network", icon: Users,
},
{
- id: "m2",
- value: "45%",
- title: "Carbon Reduced",
- description: "Via logistics",
- icon: Leaf,
+ id: "m2", value: "45%", title: "Carbon Reduced", description: "Via logistics", icon: Leaf,
},
{
- id: "m3",
- value: "99%",
- title: "Purity Rate",
- description: "Tested strictly",
- icon: ShieldCheck,
+ id: "m3", value: "99%", title: "Purity Rate", description: "Tested strictly", icon: ShieldCheck,
},
]}
title="Our Impact at a Glance"
@@ -245,60 +163,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
{
- 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",
- },
+ 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"},
]}
title="Loved by Health Enthusiasts"
description="Hear from those who've made NutriHarvest a part of their daily life."
@@ -309,13 +182,13 @@ export default function LandingPage() {
@@ -323,16 +196,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file