Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-05 08:50:43 +00:00

View File

@@ -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"