From 5a21952b628a252c625e1d47c7e16337466bdb91 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:48 +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 79c00c0..38a7968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,9 @@ export default function LandingPage() { description="Hear from our community about their path to zen." testimonials={[ { - id: "ts1", name: "Alice", role: "Member", content: "Life-changing experiences daily."}, + id: "ts1", name: "Alice", content: "Life-changing experiences daily."}, { - id: "ts2", name: "Bob", role: "Member", content: "Found my inner peace here."}, + id: "ts2", name: "Bob", content: "Found my inner peace here."}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1