From a0e94ee97c6f7e21754dca5ce168b1cfefc94453 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:00: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 5c4ccb0..23891af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,10 +64,10 @@ export default function LandingPage() { tag="Bestsellers" products={[ { - id: "1", name: "Ice Cream Delight", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-ice-cream-plate_52683-92464.jpg", imageAlt: "Strawberry ice cream cone" + id: "1", name: "Ice Cream Delight – Hand-Churned", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-ice-cream-plate_52683-92464.jpg", imageAlt: "Strawberry ice cream cone" }, { - id: "2", name: "Sweet Basket", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-christmas-packed-gift-with-love-inscription-small-cupcakes-candy-ice-surface_140725-102201.jpg", imageAlt: "Assorted pastries and macarons" + id: "2", name: "Sweet Basket – Artisan Selection", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-christmas-packed-gift-with-love-inscription-small-cupcakes-candy-ice-surface_140725-102201.jpg", imageAlt: "Assorted pastries and macarons" }, { id: "3", name: "Chocolate Donut", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cookies-wooden-board_23-2148431183.jpg", imageAlt: "Chocolate donut with strawberry glaze" -- 2.49.1