From ba5f5f62297ac3fe4e95594d54fa0e3189c7a940 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:00:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d51002..dc6c95b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[{ title: "Incredible stay", quote: "Incredible stay, highly recommended!", name: "John Doe", role: "Traveler" }, { title: "Truly a peaceful escape", quote: "Truly a peaceful escape.", name: "Jane Smith", role: "Guest" }]} + testimonials={[{ quote: "Incredible stay, highly recommended!", name: "John Doe", role: "Traveler" }, { quote: "Truly a peaceful escape.", name: "Jane Smith", role: "Guest" }]} title="Guest Stories" description="What our guests have to say about their stay." /> -- 2.49.1