diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0f047a..a11e4cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,12 +28,9 @@ export default function LandingPage() {
@@ -41,23 +38,16 @@ export default function LandingPage() {
@@ -68,18 +58,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Physical Harmony", tags: [
- "Health", "Flexibility"],
- imageSrc: "http://img.b2bpic.net/free-photo/yoga-home-prayer-position_1163-1875.jpg"},
- {
- id: "f2", title: "Mental Stillness", tags: [
- "Wellness", "Focus"],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-yoga-stretching_1385-1654.jpg"},
- {
- id: "f3", title: "Spiritual Balance", tags: [
- "Growth", "Mindfulness"],
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-man-casual-clothes-doing-sun-salutation-yoga-sequence-stretching-chest-upward-facing-dog-urdhva-mukha-svanasana_343059-1955.jpg"},
+ { id: "f1", title: "Physical Harmony", tags: ["Health", "Flexibility"], imageSrc: "http://img.b2bpic.net/free-photo/yoga-home-prayer-position_1163-1875.jpg" },
+ { id: "f2", title: "Mental Stillness", tags: ["Wellness", "Focus"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-yoga-stretching_1385-1654.jpg" },
+ { id: "f3", title: "Spiritual Balance", tags: ["Growth", "Mindfulness"], imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-man-casual-clothes-doing-sun-salutation-yoga-sequence-stretching-chest-upward-facing-dog-urdhva-mukha-svanasana_343059-1955.jpg" },
]}
title="Why Yoga Matters"
description="Yoga is not just about flexibility; it's about the connection between body and spirit."
@@ -93,12 +74,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "t1", name: "Mary", role: "Lead Instructor", description: "Dedicated to holistic alignment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-home-sitting-meditating-practice-yoga-making-lotus-pose_1258-200221.jpg"},
- {
- id: "t2", name: "Anne", role: "Flow Specialist", description: "Focuses on rhythmic wellness.", imageSrc: "http://img.b2bpic.net/free-photo/professional-leader-embraces-self-care-with-sound-therapy-maintain-balance_482257-131480.jpg"},
- {
- id: "t3", name: "Jacob", role: "Zen Practitioner", description: "Expert in mindful meditation.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-lotus-position_23-2148234149.jpg"},
+ { id: "t1", name: "Mary", role: "Lead Instructor", description: "Dedicated to holistic alignment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-home-sitting-meditating-practice-yoga-making-lotus-pose_1258-200221.jpg" },
+ { id: "t2", name: "Anne", role: "Flow Specialist", description: "Focuses on rhythmic wellness.", imageSrc: "http://img.b2bpic.net/free-photo/professional-leader-embraces-self-care-with-sound-therapy-maintain-balance_482257-131480.jpg" },
+ { id: "t3", name: "Jacob", role: "Zen Practitioner", description: "Expert in mindful meditation.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-lotus-position_23-2148234149.jpg" },
]}
title="Meet Your Guides"
description="Our trainers are here to nurture your journey at every step."
@@ -120,10 +98,8 @@ export default function LandingPage() {
title="Client Stories"
description="Hear from our community about their path to zen."
testimonials={[
- {
- id: "ts1", name: "Alice", quote: "Life-changing experiences daily.", title: "Member"},
- {
- id: "ts2", name: "Bob", quote: "Found my inner peace here.", title: "Member"},
+ { id: "ts1", name: "Alice", quote: "Life-changing experiences daily.", title: "Member", date: "2025-01-01", tag: "User", avatarSrc: "https://avatar.vercel.sh/alice" },
+ { id: "ts2", name: "Bob", quote: "Found my inner peace here.", title: "Member", date: "2025-01-05", tag: "User", avatarSrc: "https://avatar.vercel.sh/bob" },
]}
textboxLayout="default"
useInvertedBackground={false}