diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ee8a04..7522c16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,6 @@ export default function LandingPage() { @@ -75,7 +74,7 @@ export default function LandingPage() { { title: "Fresh Pastries", description: "Baked daily in house, using organic flour and local butter.", imageSrc: "http://img.b2bpic.net/free-photo/golden-kitchen-object-dessert-tasty_1220-862.jpg", imageAlt: "Pastries"}, { - title: "Precision Roasting", description: "Small batches roasted locally for peak flavor and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg", imageAlt: "Coffee beans"}, + title: "Precision Roasting", description: "Small batches roasted locally for peak flavor and freshness.", imageSrc: "http://img.b2bpic.net/crop-hands-pressing-coffee_23-2147775914.jpg", imageAlt: "Coffee beans"}, { title: "Cozy Atmosphere", description: "Designed for long chats, focused work, or peaceful escapes.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg", imageAlt: "Cozy space"}, ]}