diff --git a/src/app/page.tsx b/src/app/page.tsx index 1478f8e..4b3028c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=1" imageAlt="Fresh farm produce harvest" showDimOverlay={true} /> @@ -76,8 +76,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Organic Certified", author: "Soil Health", description: "No synthetic pesticides or GMOs ever.", tags: ["Organic", "Clean"], imageSrc: "http://img.b2bpic.net/free-vector/collection-pure-veggie-certified-green-product-label-tag-design_1017-50501.jpg", imageAlt: "organic logo" }, - { id: "f2", title: "Freshness Guaranteed", author: "Direct Farm", description: "Harvested within 24 hours of delivery.", tags: ["Farm-to-Table"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg", imageAlt: "organic logo" }, - { id: "f3", title: "Community Focus", author: "Local Support", description: "Supporting local families and schools.", tags: ["Community"], imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg", imageAlt: "organic logo" }, + { id: "f2", title: "Freshness Guaranteed", author: "Direct Farm", description: "Harvested within 24 hours of delivery.", tags: ["Farm-to-Table"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-haystacks-field_176420-55119.jpg?_wi=2", imageAlt: "organic logo" }, + { id: "f3", title: "Community Focus", author: "Local Support", description: "Supporting local families and schools.", tags: ["Community"], imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=1", imageAlt: "organic logo" }, ]} title="Why Choose GreenHarvest?" description="We believe in sustainable agriculture that respects the land and delivers nutrient-dense food for your family." @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Organic Carrots", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg" }, + { id: "p1", name: "Organic Carrots", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/ripe-carrots-blue_23-2147761583.jpg?_wi=2" }, { id: "p2", name: "Vine Tomatoes", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tomatoes-plate-with-copy-space_23-2148253274.jpg" }, { id: "p3", name: "Crisp Lettuce", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-lettuce_1203-1874.jpg" }, { id: "p4", name: "Garden Broccoli", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/green-pods-peas-saucepans-with-asparagus-tomato-sorrel-spinach-lettuce-green-onion-top-view-wooden-wall_176474-5737.jpg" },