Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-23 07:50:29 +00:00

View File

@@ -121,9 +121,9 @@ export default function LandingPage() {
description="Hear from our community about their path to zen."
testimonials={[
{
id: "ts1", name: "Alice", content: "Life-changing experiences daily."},
id: "ts1", name: "Alice", quote: "Life-changing experiences daily.", role: "Member"},
{
id: "ts2", name: "Bob", content: "Found my inner peace here."},
id: "ts2", name: "Bob", quote: "Found my inner peace here.", role: "Member"},
]}
textboxLayout="default"
useInvertedBackground={false}