From ee20eb7e77c8dd2bd02b14df2a507b1b68c338b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 103 +++++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a702b19..79c00c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,35 +42,22 @@ export default function LandingPage() {
@@ -88,32 +69,17 @@ export default function LandingPage() { 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: "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: "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: "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." @@ -128,26 +94,11 @@ export default function LandingPage() { 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: "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: "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: "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." @@ -157,6 +108,8 @@ export default function LandingPage() {
@@ -164,6 +117,14 @@ export default function LandingPage() {