From c4e0aad3227a2e30f6b10eaa52e26af1c1f131dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 18:12:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96ecad8..9a19210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", imageAlt: "Cozy cafe interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-delicious-cocktails_23-2150166137.jpg", imageAlt: "Morning coffee ritual" }, - { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6425.jpg", imageAlt: "Warm cafe lighting" }, + { imageSrc: "http://img.b2bpic.net/table-set-dinning-table_1339-6425.jpg", imageAlt: "Warm cafe lighting" }, { imageSrc: "http://img.b2bpic.net/low-angle-friends-drinking-coffee_23-2148395430.jpg", imageAlt: "Inviting seating area" }, { imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Cafe garden space" }, { imageSrc: "http://img.b2bpic.net/cup-coffee-cookie-put-windowsill_181624-22130.jpg", imageAlt: "Fresh cafe breakfast" }, @@ -63,7 +63,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to your neighbourhood favourite" description={[ - "We are dedicated to serving the community of Harefield with warm service and high-quality food.", "With over 240+ reviews, we take pride in being a place where everyone feels at home."]} + "We are dedicated to serving the community of Harefield with warm service and high-quality food.", "Backed by 240+ 5-star reviews, we take pride in being a place where everyone feels at home." + ]} buttons={[{ text: "Browse Gallery", href: "/gallery" }]} /> @@ -126,4 +127,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}