diff --git a/src/app/page.tsx b/src/app/page.tsx index acab573..b8d5b21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { { id: 3, tag: "Your Knowledge", title: "Complete Traceability", subtitle: "Know exactly where your coffee comes from", description: - "Every bag includes origin details, altitude, processing method, tasting notes, and brewing recommendations. Scan the QR code to view the farmer's story, harvest timeline, and sustainability certifications. Your coffee journey starts with knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Coffee packaging label"}, + "Every bag includes origin details, altitude, processing method, tasting notes, and brewing recommendations. Scan the QR code to view the farmer's story, harvest timeline, and sustainability certifications. Your coffee journey starts with knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=1", imageAlt: "Coffee packaging label"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -149,17 +149,17 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Ethiopian Yirgacheffe premium coffee"}, + id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe premium coffee"}, { - id: "2", name: "Colombian Geisha", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg", imageAlt: "Colombian Geisha specialty coffee"}, + id: "2", name: "Colombian Geisha", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg?_wi=1", imageAlt: "Colombian Geisha specialty coffee"}, { - id: "3", name: "House Signature Blend", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg", imageAlt: "House signature coffee blend"}, + id: "3", name: "House Signature Blend", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg?_wi=1", imageAlt: "House signature coffee blend"}, { - id: "4", name: "Kenyan AA", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Kenyan AA specialty coffee"}, + id: "4", name: "Kenyan AA", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=3", imageAlt: "Kenyan AA specialty coffee"}, { - id: "5", name: "Brazilian Santos", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg", imageAlt: "Brazilian Santos coffee beans"}, + id: "5", name: "Brazilian Santos", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg?_wi=2", imageAlt: "Brazilian Santos coffee beans"}, { - id: "6", name: "Costa Rican Tarrazú", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg", imageAlt: "Costa Rican Tarrazú premium coffee"}, + id: "6", name: "Costa Rican Tarrazú", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg?_wi=2", imageAlt: "Costa Rican Tarrazú premium coffee"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"