diff --git a/src/app/page.tsx b/src/app/page.tsx index 626a333..dd86876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,8 +104,8 @@ export default function LandingPage() { title="What our guests say" description="Read about their experiences." testimonials={[ - { id: "1", title: "Amazing", quote: "Loved the atmosphere!", name: "Alex", role: "Guest" }, - { id: "2", title: "Great Vibe", quote: "Best bar in UB.", name: "Sam", role: "Guest" } + { id: "1", name: "Alex", role: "Guest", testimonial: "Loved the atmosphere!" }, + { id: "2", name: "Sam", role: "Guest", testimonial: "Best bar in UB." } ]} animationType="slide-up" textboxLayout="default"