From 9a89d767e04b4cdb93f53b5efd5247e47daa786d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 15:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 514d129..cdb5f58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg", imageAlt: "Fresh artisan bagel sandwich"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg?_wi=1", imageAlt: "Fresh artisan bagel sandwich"}, { imageSrc: "http://img.b2bpic.net/free-photo/croissants-vanilla-pie-table-with-glass-milk_114579-4265.jpg", imageAlt: "Croissants and vanilla pie on the table"} ]} @@ -108,7 +108,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Chelle", date: "5 months ago", title: "Regular Customer", quote: "Nancy remembers you by name no matter how many times you come in! They are an amazing group of women who really care about their community!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg", imageAlt: "smiling customer portrait casual"}, + id: "1", name: "Chelle", date: "5 months ago", title: "Regular Customer", quote: "Nancy remembers you by name no matter how many times you come in! They are an amazing group of women who really care about their community!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg?_wi=2", imageAlt: "smiling customer portrait casual"}, { id: "2", name: "TriosGaming", date: "a month ago", title: "Breakfast Regular", quote: "I am a regular at the Gorham location simply because of the staff and the great energy with a smile I am greeted with each and every time.", tag: "Great Service", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "smiling customer portrait casual"}, ]} -- 2.49.1