From f7c8beeddd7161b908e8d8c6ef018d9ec538ab68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:03:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccfca11..68ddb7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,7 @@ export default function LandingPage() { imageAlt="Belle café specialty coffee" imagePosition="right" mediaAnimation="slide-up" + background={{ variant: "plain" }} buttons={[ { text: "Reserve Your Table", href: "contact" }, { text: "View Menu", href: "features" } @@ -57,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Local Commuter", testimonial: "The perfect spot for my morning ritual. Their flat white is consistently exceptional, and the atmosphere just feels right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg" }, { name: "Michael Chen", handle: "Tourist Guide", testimonial: "I recommend Belle to every visitor. It's the most authentic café experience in Christchurch—genuine, warm, and utterly memorable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg" }, { name: "Emma Rodriguez", handle: "Food Enthusiast", testimonial: "The cheese scones are absolutely divine, and their creamy mushrooms on sourdough? Life-changing. Every visit feels special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg" } ]} useInvertedBackground={false} @@ -84,6 +85,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg" imageAlt="Belle café vintage interior art" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -124,13 +126,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=2", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=2", imageAlt: "Emma Rodriguez" + id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg", imageAlt: "David Kim" -- 2.49.1