From 2e4ef54ce190e73aad330d621315d11749e0dd1b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:52:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a36b96..2e59f52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/espresso-machine-making-coffee_1150-17865.jpg" }, { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beans_1150-32986.jpg" }, { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup-wood-table_1150-42475.jpg" }, - { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-interior_1150-18451.jpg" }, + { id: "c6", imageSrc: "http://img.b2bpic.net/coffee-shop-interior_1150-18451.jpg" }, ]} buttons={[{ text: "View Menu", href: "#features" }]} /> @@ -71,6 +71,7 @@ export default function LandingPage() { -- 2.49.1