From 11adedfd534ec0c20409bdb758d8ee3a14e2747b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:23:51 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b03f237..eed98dd 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -14,9 +14,13 @@ export default function ProductsPage() { "Caramel Apple Crisp", "Penthouse", "Butter Finger", "Party Animal" ].map((name, i) => ({ id: `prod-${i}`, - brand: "Signature", name, - price: "$4.50", rating: 5, - reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-delicious-cake-with-cream-candies-along-with-berries-cookie-cakes-light_140725-32719.jpg", imageAlt: name + brand: "Signature", + name, + price: "$4.50", + rating: 5, + reviewCount: "50", + imageSrc: "http://img.b2bpic.net/free-photo/top-distant-view-delicious-cake-with-cream-candies-along-with-berries-cookie-cakes-light_140725-32719.jpg", + imageAlt: name })); return ( @@ -66,11 +70,11 @@ export default function ProductsPage() { { label: "Inquiries: hello@lakesidecookie.com", href: "mailto:hello@lakesidecookie.com" }, ], }, - ], + ]} logoText="Lakeside Cookie Co." /> ); -} +} \ No newline at end of file -- 2.49.1