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() {