From 506883d41cc8b27b3540c48f6534969d04710e9c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:05:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74eb99b..fe4dc46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4645.jpg" }, + { id: "c1", name: "Classic Vanilla", price: "$4.50", imageSrc: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTE2bL_TiQJXy6mJhQ7B78j5McIzb0tsSV_sg7xB4JR9g&s" }, { id: "c2", name: "Milk Chocolate", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ice-cream-strawberry-vanilla-chocolate-ice-cream-scoops_141793-3647.jpg" }, { id: "c3", name: "Salted Caramel", price: "$5.50", imageSrc: "https://img.freepik.com/free-photo/salted-caramel-ice-cream-scoop-waffle-cone-wood-background_1150-41075.jpg" }, { id: "c4", name: "Only 8 Peanut Butter", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/peanut-butter-jar-with-nuts_23-2148281358.jpg" }, -- 2.49.1