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"