From b0e90fae217a85b8bc08eeda199e867570f4a641 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:11:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 071e68c..5d70510 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,6 +84,9 @@ export default function LandingPage() { }, { id: "5", name: "Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-pot-with-jam-coffee-cup-aside-grey-table_176420-276.jpg", imageAlt: "buttery croissant fresh baked golden" + }, + { + id: "6", name: "Seasonal Blend", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-coffee-cup_23-2149766738.jpg", imageAlt: "seasonal blend specialty coffee warm cup" } ]} /> -- 2.49.1