From c6a6dfb0bafaebec2d1d948fcecc17d0c211a0c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:50:55 +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 1604715..aa35c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,7 +139,7 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell", handle: "@cafe_lover_2024", testimonial: "This place is pure magic. The French toast is life-changing, the coffee is consistently excellent, and the staff treats you like family. This is what a diner should be.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80", imageAlt: "Guest testimonial - Sarah Mitchell" }, { - id: "2", name: "Michael Chen", handle: "@breakfast_seeker", testimonial: "The Eggs Benedict rivals the best I've had anywhere. The attention to detail, quality ingredients, and genuine warmth of the staff make this more than just breakfast—it's an experience.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Guest testimonial - Michael Chen" + id: "2", name: "Michael Chen", handle: "@breakfast_seeker", testimonial: "The Eggs Benedict rivals the best I've had anywhere. The attention to detail, quality ingredients, and genuine warmth of the staff make this more than just breakfast—it's an experience.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=1", imageAlt: "Guest testimonial - Michael Chen" }, { id: "3", name: "Jennifer Rodriguez", handle: "@diner_nostalgia", testimonial: "Finally, a diner that honors the classics while delivering premium quality. The retro atmosphere is authentic, the portions are generous, and every visit feels like coming home.", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80", imageAlt: "Guest testimonial - Jennifer Rodriguez" @@ -151,7 +151,7 @@ export default function LandingPage() { id: "5", name: "Amanda Foster", handle: "@weekend_breakfast", testimonial: "The hospitality here is unmatched. Staff remembers your name, your order, and genuinely cares. Plus, the food is incredible. This is my happy place.", imageSrc: "https://images.unsplash.com/photo-1544078751-58fee2d8a03b?w=150&q=80", imageAlt: "Guest testimonial - Amanda Foster" }, { - id: "6", name: "Robert Martinez", handle: "@american_diner_fan", testimonial: "A beautifully executed tribute to golden-age diner culture, but with modern quality standards. The vintage aesthetic is authentic, the service is warm, and the food is genuinely excellent.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", imageAlt: "Guest testimonial - Robert Martinez" + id: "6", name: "Robert Martinez", handle: "@american_diner_fan", testimonial: "A beautifully executed tribute to golden-age diner culture, but with modern quality standards. The vintage aesthetic is authentic, the service is warm, and the food is genuinely excellent.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80&_wi=2", imageAlt: "Guest testimonial - Robert Martinez" } ]} ariaLabel="Customer testimonials and reviews" -- 2.49.1