diff --git a/src/app/page.tsx b/src/app/page.tsx index 72eac60..38a4086 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,6 @@ export default function LandingPage() {
@@ -93,10 +93,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Never Settle", role: "Guest", company: "The Dark Cafe", rating: 5, testimonial: "The service is also good and they'll hear your requests and are quite friendly." }, - { id: "2", name: "Jakkala Kiran", role: "Visitor", company: "The Dark Cafe", rating: 4, testimonial: "Nice atmosphere for eating." }, - { id: "3", name: "SREENADH KUNCHAM", role: "Regular", company: "The Dark Cafe", rating: 5, testimonial: "Coffee tea food all verities all available here" }, - { id: "4", name: "Rahul P.", role: "Tech Professional", company: "The Dark Cafe", rating: 5, testimonial: "The AI recommendations are spot on. It's like my own personal barista." }, + { id: "1", name: "Never Settle", role: "Guest", company: "The Dark Cafe", rating: 5, imageAlt: "The service is also good and they'll hear your requests and are quite friendly." }, + { id: "2", name: "Jakkala Kiran", role: "Visitor", company: "The Dark Cafe", rating: 4, imageAlt: "Nice atmosphere for eating." }, + { id: "3", name: "SREENADH KUNCHAM", role: "Regular", company: "The Dark Cafe", rating: 5, imageAlt: "Coffee tea food all verities all available here" }, + { id: "4", name: "Rahul P.", role: "Tech Professional", company: "The Dark Cafe", rating: 5, imageAlt: "The AI recommendations are spot on. It's like my own personal barista." }, ]} title="Voices of the Cafe" description="What our customers are saying about the AI-enhanced experience."