diff --git a/src/app/page.tsx b/src/app/page.tsx index aed4de1..9ad757b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,29 +104,32 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Alice W.", handle: "@alice", testimonial: "The ambiance and the food were perfectly balanced. A truly delightful experience!" }, - { id: "2", name: "Bob K.", handle: "@bob", testimonial: "The best culinary destination in the city. Highly recommend the signature courses." } + { id: "1", name: "Sarah M.", handle: "@sarahfoodie", testimonial: "The signature tasting menu is a masterpiece. A perfect date night spot!" }, + { id: "2", name: "James T.", handle: "@jamest", testimonial: "Exquisite flavors and impeccable service. The seasonal menu is always a surprise." }, + { id: "3", name: "Elena R.", handle: "@elena_dine", testimonial: "Finally, a restaurant that focuses on both atmosphere and authentic taste." } ]} />
); -} \ No newline at end of file +}