From 86555b2dbe71a38e28ed9e75b2353ca2959ba29b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 07:35:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 915e21a..8600ff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { description="Experience handcrafted flavors and cozy moments at Meeka's. Your neighborhood sanctuary for artisanal coffee and gourmet comfort food." tag="Welcome to Meeka's" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", imageAlt: "Cafe interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Coffee and food" } + { imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg?_wi=1", imageAlt: "Cafe interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1", imageAlt: "Coffee and food" } ]} mediaAnimation="blur-reveal" rating={5} @@ -110,9 +110,9 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "The best coffee in town. Always a warm welcome!", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", imageAlt: "happy customer laughing portrait"}, + id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "The best coffee in town. Always a warm welcome!", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg?_wi=2", imageAlt: "happy customer laughing portrait"}, { - id: "t2", name: "Mark D.", date: "Sep 2023", title: "Foodie", quote: "I love the farm-to-table brunch specials.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-checking-his-notes-making-list-items-holiday-writing-down-ideas-packing_1258-314031.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "happy customer laughing portrait"}, + id: "t2", name: "Mark D.", date: "Sep 2023", title: "Foodie", quote: "I love the farm-to-table brunch specials.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-checking-his-notes-making-list-items-holiday-writing-down-ideas-packing_1258-314031.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2", imageAlt: "happy customer laughing portrait"}, ]} title="Kind Words" description="Hear what our wonderful guests have to say." -- 2.49.1