From 067f7256a188a9234e2c16a19eeaee2030558ae1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:34:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec4443..0206188 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { testimonials={[ { name: "Maria Thompson", handle: "Local Resident", testimonial: "Best breakfast in town! The pancakes are amazing and the staff always remembers my order.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Maria Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Maria Thompson" }, { name: "Robert Hayes", handle: "Visitor", testimonial: "Found this gem while visiting Monticello. Authentic diner experience and wonderful food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Robert Hayes" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Robert Hayes" }, { name: "Susan Martinez", handle: "Regular Customer", testimonial: "I've been coming here for years. The quality never changes and the service is always top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Susan Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Susan Martinez" } ]} buttons={[ @@ -95,13 +95,13 @@ export default function LandingPage() { title: "Pancakes & Waffles", description: "Fluffy stacks served with butter, syrup, and fresh fruit", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-set_74190-7191.jpg", imageAlt: "Pancakes and waffles", buttonIcon: ChefHat }, { - title: "Breakfast Plates", description: "Eggs, bacon, sausage, and hash browns prepared your way", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg", imageAlt: "Breakfast plate", buttonIcon: Utensils + title: "Breakfast Plates", description: "Eggs, bacon, sausage, and hash browns prepared your way", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg?_wi=1", imageAlt: "Breakfast plate", buttonIcon: Utensils }, { title: "Fresh Coffee", description: "Hot, fresh-brewed coffee available all morning long", imageSrc: "http://img.b2bpic.net/free-photo/coffee-donuts-breakfast_53876-47215.jpg", imageAlt: "Coffee service", buttonIcon: Coffee }, { - title: "Omelets", description: "Custom-made omelets with your choice of fillings", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg", imageAlt: "Omelet special", buttonIcon: Cookie + title: "Omelets", description: "Custom-made omelets with your choice of fillings", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_1339-1103.jpg?_wi=2", imageAlt: "Omelet special", buttonIcon: Cookie } ]} textboxLayout="default"