From b531a7c765ad2e217572661830f1cc5312430cf5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 11:50:02 +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 54730dd..e0fde44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best pizza in town, period.", imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-holds-hands-together-looking-up-isolated-olive-green-space-with-copy-space_141793-60426.jpg" }, + { id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best pizza in town, period.", imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-holds-hands-together-looking-up-isolated-olive-green-space-with-copy-space_141793-60426.jpg?_wi=1" }, { id: "t2", name: "Michael R.", handle: "@miker", testimonial: "Authentic subs, high quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg" }, { id: "t3", name: "Emily D.", handle: "@emilyd", testimonial: "Fast delivery and hot pizza!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006641.jpg" }, { id: "t4", name: "David K.", handle: "@davidk", testimonial: "Fantastic service and great atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg" }, - { id: "t5", name: "Jason L.", handle: "@jasonl", testimonial: "Always consistent, always delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-holds-hands-together-looking-up-isolated-olive-green-space-with-copy-space_141793-60426.jpg" }, + { id: "t5", name: "Jason L.", handle: "@jasonl", testimonial: "Always consistent, always delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-holds-hands-together-looking-up-isolated-olive-green-space-with-copy-space_141793-60426.jpg?_wi=2" }, ]} title="What Our Neighbors Say" description="Authentic reviews from our community." -- 2.49.1