Merge version_1 into main #2
@@ -43,10 +43,11 @@ export default function AboutPage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "500+", title: "Happy Customers Daily" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg"
|
||||
imageAlt="Our sustainable farm operations"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,32 +60,11 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellence in Every Bite",
|
||||
quote: "Working with Fresh Harvest has elevated our restaurant's reputation. The consistency, quality, and reliability are unmatched in our region.",
|
||||
name: "Marcus Williams",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing-outdoors_23-2148612950.jpg?_wi=2",
|
||||
imageAlt: "Marcus Williams",
|
||||
},
|
||||
id: "1", title: "Excellence in Every Bite", quote: "Working with Fresh Harvest has elevated our restaurant's reputation. The consistency, quality, and reliability are unmatched in our region.", name: "Marcus Williams", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing-outdoors_23-2148612950.jpg", imageAlt: "Marcus Williams"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Family Values, Premium Quality",
|
||||
quote: "It's clear that Fresh Harvest cares about their craft. Every interaction reflects their commitment to quality and sustainability.",
|
||||
name: "Jennifer Park",
|
||||
role: "Organic Market Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Park",
|
||||
},
|
||||
id: "2", title: "Family Values, Premium Quality", quote: "It's clear that Fresh Harvest cares about their craft. Every interaction reflects their commitment to quality and sustainability.", name: "Jennifer Park", role: "Organic Market Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", imageAlt: "Jennifer Park"},
|
||||
{
|
||||
id: "3",
|
||||
title: "True Farm to Table Partners",
|
||||
quote: "Fresh Harvest is exactly what farm-to-table dining should be. Authentic, sustainable, and committed to local community.",
|
||||
name: "Thomas Bennett",
|
||||
role: "Food Journalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg?_wi=2",
|
||||
imageAlt: "Thomas Bennett",
|
||||
},
|
||||
id: "3", title: "True Farm to Table Partners", quote: "Fresh Harvest is exactly what farm-to-table dining should be. Authentic, sustainable, and committed to local community.", name: "Thomas Bennett", role: "Food Journalist", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "Thomas Bennett"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,29 +63,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "strawberry-1",
|
||||
name: "Premium Red Strawberries",
|
||||
price: "$8.99/lb",
|
||||
variant: "Fresh from farm, peak ripeness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-strawberries-inside-basket-dark-floor_140725-91775.jpg?_wi=1",
|
||||
imageAlt: "Fresh red strawberries",
|
||||
},
|
||||
id: "strawberry-1", name: "Premium Red Strawberries", price: "$8.99/lb", variant: "Fresh from farm, peak ripeness", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-strawberries-inside-basket-dark-floor_140725-91775.jpg", imageAlt: "Fresh red strawberries"},
|
||||
{
|
||||
id: "asparagus-1",
|
||||
name: "Organic Green Asparagus",
|
||||
price: "$6.49/lb",
|
||||
variant: "Tender spears, sustainably grown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-asparagus-with-arugula-mint-market_23-2148209730.jpg?_wi=1",
|
||||
imageAlt: "Fresh green asparagus",
|
||||
},
|
||||
id: "asparagus-1", name: "Organic Green Asparagus", price: "$6.49/lb", variant: "Tender spears, sustainably grown", imageSrc: "http://img.b2bpic.net/free-photo/bunch-asparagus-with-arugula-mint-market_23-2148209730.jpg", imageAlt: "Fresh green asparagus"},
|
||||
{
|
||||
id: "strawberry-2",
|
||||
name: "Organic Strawberry Bundle",
|
||||
price: "$24.99/box",
|
||||
variant: "3 lbs, premium organic selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-strawberries-inside-basket-dark-floor_140725-91775.jpg?_wi=2",
|
||||
imageAlt: "Organic strawberry bundle",
|
||||
},
|
||||
id: "strawberry-2", name: "Organic Strawberry Bundle", price: "$24.99/box", variant: "3 lbs, premium organic selection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-strawberries-inside-basket-dark-floor_140725-91775.jpg", imageAlt: "Organic strawberry bundle"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,10 +81,11 @@ export default function HomePage() {
|
||||
{ value: "25+", title: "Years of Excellence" },
|
||||
{ value: "500+", title: "Happy Customers Daily" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg"
|
||||
imageAlt="Our sustainable farm operations"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,34 +97,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "100% Organic",
|
||||
description: "All our produce is grown using sustainable, organic farming methods without harmful pesticides",
|
||||
},
|
||||
title: "100% Organic", description: "All our produce is grown using sustainable, organic farming methods without harmful pesticides"},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Fast Delivery",
|
||||
description: "Farm-fresh to your door within 24 hours of harvest for maximum freshness and nutrition",
|
||||
},
|
||||
title: "Fast Delivery", description: "Farm-fresh to your door within 24 hours of harvest for maximum freshness and nutrition"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Quality Guaranteed",
|
||||
description: "Every item is inspected by our quality team to ensure peak ripeness and perfect condition",
|
||||
},
|
||||
title: "Quality Guaranteed", description: "Every item is inspected by our quality team to ensure peak ripeness and perfect condition"},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Family Owned",
|
||||
description: "A family farm with decades of experience and genuine passion for growing exceptional produce",
|
||||
},
|
||||
title: "Family Owned", description: "A family farm with decades of experience and genuine passion for growing exceptional produce"},
|
||||
{
|
||||
icon: Sprout,
|
||||
title: "Sustainable Farming",
|
||||
description: "We care for the earth by using water-efficient irrigation and crop rotation practices",
|
||||
},
|
||||
title: "Sustainable Farming", description: "We care for the earth by using water-efficient irrigation and crop rotation practices"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Peak Nutrition",
|
||||
description: "Picked at peak ripeness to retain maximum vitamins, minerals, and natural flavor",
|
||||
},
|
||||
title: "Peak Nutrition", description: "Picked at peak ripeness to retain maximum vitamins, minerals, and natural flavor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -158,41 +129,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Freshest Strawberries in Town",
|
||||
quote: "I've tried many strawberry suppliers, but Fresh Harvest is unmatched. The berries are always perfectly ripe, sweet, and last for days in my fridge. My family loves them!",
|
||||
name: "Sarah Johnson",
|
||||
role: "Home Cook",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", title: "Freshest Strawberries in Town", quote: "I've tried many strawberry suppliers, but Fresh Harvest is unmatched. The berries are always perfectly ripe, sweet, and last for days in my fridge. My family loves them!", name: "Sarah Johnson", role: "Home Cook", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect for Our Restaurant",
|
||||
quote: "We serve Fresh Harvest asparagus as a signature side dish. Our guests constantly compliment the quality. The consistency and freshness are exactly what we need.",
|
||||
name: "Michael Chen",
|
||||
role: "Chef & Restaurant Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing-outdoors_23-2148612950.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", title: "Perfect for Our Restaurant", quote: "We serve Fresh Harvest asparagus as a signature side dish. Our guests constantly compliment the quality. The consistency and freshness are exactly what we need.", name: "Michael Chen", role: "Chef & Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing-outdoors_23-2148612950.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Taste the Real Difference",
|
||||
quote: "Switching to Fresh Harvest vegetables completely changed my meal prep experience. The quality is exceptional and the taste is so much better than supermarket produce.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Health Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22175.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", title: "Taste the Real Difference", quote: "Switching to Fresh Harvest vegetables completely changed my meal prep experience. The quality is exceptional and the taste is so much better than supermarket produce.", name: "Emily Rodriguez", role: "Health Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cooking-kitchen_1303-22175.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Reliable Partner for Our Business",
|
||||
quote: "We've been working with Fresh Harvest for three years now. They're reliable, professional, and their products are consistently excellent. Highly recommended!",
|
||||
name: "David Kim",
|
||||
role: "Catering Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Reliable Partner for Our Business", quote: "We've been working with Fresh Harvest for three years now. They're reliable, professional, and their products are consistently excellent. Highly recommended!", name: "David Kim", role: "Catering Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user