From f50d4ddd440df0863d428267f1323819c968b823 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 12:10:32 +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 6eac6bb..32c71f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,10 +141,10 @@ export default function LandingPage() { id: "single-origin-ethiopia", name: "Single Origin Ethiopia", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-glass-jar_114579-20068.jpg", imageAlt: "Single Origin Ethiopia Coffee Beans", initialQuantity: 1 }, { - id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-coffee-beans-near-coffee-grinder_23-2147710808.jpg", imageAlt: "Colombian Medium Roast Coffee Beans", initialQuantity: 1 + id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-coffee-beans-near-coffee-grinder_23-2147710808.jpg?_wi=1", imageAlt: "Colombian Medium Roast Coffee Beans", initialQuantity: 1 }, { - id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-coffee-beans-near-coffee-grinder_23-2147710808.jpg", imageAlt: "Guatemalan Dark Roast Coffee Beans", initialQuantity: 1 + id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-coffee-beans-near-coffee-grinder_23-2147710808.jpg?_wi=2", imageAlt: "Guatemalan Dark Roast Coffee Beans", initialQuantity: 1 }, { id: "kenyan-light-roast", name: "Kenyan Light Roast", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/groundnuts-selling-indian-market_53876-30420.jpg", imageAlt: "Kenyan Light Roast Coffee Beans", initialQuantity: 1 -- 2.49.1