From 2f4e8d8ca5ad68d529a0c8079c43646dbc707d4c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:05:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74eb99b..6e37c0f 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://img.freepik.com/free-photo/vanilla-ice-cream-scoop-waffle-cone-white-background_1220-4033.jpg" }, { 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" }, @@ -139,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}