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" } ]} />