From 38d4b1e1eb9cadd7b50469a08e32e09a254e8180 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:07:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b976e4d..40bd87a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,8 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Great service", quote: "Professional environment.", name: "User A", role: "Role A" }, - { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B", role: "Role B" } + { id: "1", title: "Great service", quote: "Professional environment.", name: "User A" }, + { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B" } ]} title="Testimonials" description="What our clients say." -- 2.49.1