From 38f2f4ee9b3fcce446e5ab9f009ec363dfc73ff1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 08:58:55 +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 562dbae..151d172 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={[{ text: "Incredible stay, highly recommended!", author: "John Doe" }, { text: "Truly a peaceful escape.", author: "Jane Smith" }]} + testimonials={[{ quote: "Incredible stay, highly recommended!", author: "John Doe" }, { quote: "Truly a peaceful escape.", author: "Jane Smith" }]} title="Guest Stories" description="What our guests have to say about their stay." /> -- 2.49.1