diff --git a/src/app/page.tsx b/src/app/page.tsx index 2824b5f..599a51c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,9 +144,6 @@ export default function LandingPage() { { id: "gallery-1", name: "Coffee Beans", price: "Sourced", variant: "Single Origin Selection", imageSrc: "http://img.b2bpic.net/free-photo/overhead-vertical-shot-coffee-beans-great-background-blog_181624-9690.jpg", imageAlt: "Freshly roasted specialty coffee beans" }, - { - id: "gallery-2", name: "Brewing Equipment", price: "Precision", variant: "Professional Grade Tools", imageSrc: "http://img.b2bpic.net/free-psd/vintage-style-coffee-grinder-with-fresh-beans_84443-76708.jpg", imageAlt: "Professional coffee grinder and equipment" - }, { id: "gallery-3", name: "Cafe Ambiance", price: "Inviting", variant: "Warm Lighting & Plants", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Warm, cozy cafe interior with plants" }, @@ -163,52 +160,6 @@ export default function LandingPage() { /> -