Merge version_1 into main #4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user