Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:47:03 +00:00

View File

@@ -72,10 +72,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Organic Mixed Vegetables", price: "$12.99", variant: "Fresh Bundle · 5 items", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-chopped-vegetables-wooden-tray-mix-colors-background-with-free-space_179666-24596.jpg?_wi=1", imageAlt: "Organic vegetables bundle", isFavorited: false,
id: "1", name: "Organic Mixed Vegetables", price: "$12.99", variant: "Fresh Bundle · 5 items", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-chopped-vegetables-wooden-tray-mix-colors-background-with-free-space_179666-24596.jpg", imageAlt: "Organic vegetables bundle", isFavorited: false,
},
{
id: "2", name: "Fresh Seasonal Fruits", price: "$15.99", variant: "Organic · Seasonal selection", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-such-as-peachgrapeapple-wooden-kitchen-board-red-background_141793-27589.jpg?_wi=1", imageAlt: "Fresh seasonal fruits", isFavorited: false,
id: "2", name: "Fresh Seasonal Fruits", price: "$15.99", variant: "Organic · Seasonal selection", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-such-as-peachgrapeapple-wooden-kitchen-board-red-background_141793-27589.jpg", imageAlt: "Fresh seasonal fruits", isFavorited: false,
},
{
id: "3", name: "Organic Dairy Bundle", price: "$18.99", variant: "Farm-fresh · Local sourced", imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fresh-cheese-with-milk_23-2148610605.jpg", imageAlt: "Organic dairy products", isFavorited: false,
@@ -88,6 +88,7 @@ export default function LandingPage() {
<AboutMetric
title="Why Choose FreshFarm: We're committed to bringing you the healthiest, most sustainable food options from our network of trusted local farmers."
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: Leaf, label: "100% Organic", value: "No chemicals" },
{ icon: Truck, label: "Farm to Door", value: "24-48 hours" },
@@ -119,7 +120,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Certified Organic Quality", description: "Every product undergoes rigorous testing and certification. Our commitment to organic standards means no synthetic pesticides, GMOs, or artificial additives.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-chopped-vegetables-wooden-tray-mix-colors-background-with-free-space_179666-24596.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-chopped-vegetables-wooden-tray-mix-colors-background-with-free-space_179666-24596.jpg"},
items: [
{ icon: Shield, text: "Full organic certification" },
{ icon: Leaf, text: "No synthetic chemicals" },
@@ -129,7 +130,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Sustainable & Eco-Friendly", description: "We're committed to the planet. Our packaging is 100% recyclable, and our farmers use sustainable practices that protect the environment for future generations.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-such-as-peachgrapeapple-wooden-kitchen-board-red-background_141793-27589.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-fruits-such-as-peachgrapeapple-wooden-kitchen-board-red-background_141793-27589.jpg"},
items: [
{ icon: Sprout, text: "Sustainable farming practices" },
{ icon: Leaf, text: "Eco-friendly packaging" },
@@ -149,11 +150,11 @@ export default function LandingPage() {
textboxLayout="default"
testimonials={[
{
id: "1", title: "Game-changer for my family's health", quote: "Since switching to FreshFarm, my kids actually eat their vegetables! The produce tastes incredible and I love knowing exactly where it comes from. Worth every penny.", name: "Sarah Mitchell", role: "Parent & Home Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
id: "1", title: "Game-changer for my family's health", quote: "Since switching to FreshFarm, my kids actually eat their vegetables! The produce tastes incredible and I love knowing exactly where it comes from. Worth every penny.", name: "Sarah Mitchell", role: "Parent & Home Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2", title: "Best quality produce I've found", quote: "As a professional chef, I demand the highest quality ingredients. FreshFarm delivers consistently. Their products are fresher than anything I can find at local markets.", name: "James Chen", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Chen"},
{
id: "3", title: "Supporting local has never been easier", quote: "I love that I'm directly supporting local farmers while getting amazing organic produce. The convenience and quality have made me a loyal customer for life.", name: "Emily Rodriguez", role: "Sustainability Advocate", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
id: "3", title: "Supporting local has never been easier", quote: "I love that I'm directly supporting local farmers while getting amazing organic produce. The convenience and quality have made me a loyal customer for life.", name: "Emily Rodriguez", role: "Sustainability Advocate", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", title: "Exceptional service and freshness", quote: "The 24-hour delivery guarantee means I always get the freshest produce possible. Their customer service is outstanding and they genuinely care about quality.", name: "Michael Thompson", role: "Health & Wellness Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Thompson"},
]}