diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f79207..3f8a53e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,13 +179,13 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Miller", role: "Food Critic", company: "Gourmet Weekly", rating: 5, - testimonial: "An absolute masterpiece of flavors. The attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg"}, { id: "t2", name: "James Henderson", role: "Business Owner", company: "Elite Ventures", rating: 5, - testimonial: "The best dinner I've had in years. Professional and absolutely delicious.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"}, { id: "t3", name: "Elena Rossi", role: "Executive Chef", company: "Urban Kitchen", rating: 4, - testimonial: "A true lesson in culinary craft. The ambiance is as refined as the menu.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517443.jpg"} ]} title="Guest Reflections" description="Hear what our patrons say about their fine dining experiences."