Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:50:42 +00:00
parent 40e1706fec
commit efc4b3cf13

View File

@@ -110,15 +110,15 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "1", title: "Soul Mission Readings", tags: ["Spiritual Insight", "45 mins"], id: "1", title: "Soul Mission Readings", tags: ["Spiritual Insight", "45 mins"],
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-baby-fetus-womb_23-2151624531.jpg", imageAlt: "Soul Mission Readings", onFeatureClick: () => handleServiceClick('1') imageSrc: "http://img.b2bpic.net/free-photo/futuristic-baby-fetus-womb_23-2151624531.jpg?_wi=1", imageAlt: "Soul Mission Readings", onFeatureClick: () => handleServiceClick('1')
}, },
{ {
id: "2", title: "Life Alignment Coaching", tags: ["Transformational", "60 mins"], id: "2", title: "Life Alignment Coaching", tags: ["Transformational", "60 mins"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9663.jpg", imageAlt: "Life Alignment Coaching", onFeatureClick: () => handleServiceClick('2') imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9663.jpg?_wi=1", imageAlt: "Life Alignment Coaching", onFeatureClick: () => handleServiceClick('2')
}, },
{ {
id: "3", title: "Energy Healing Sessions", tags: ["Holistic Healing", "50 mins"], id: "3", title: "Energy Healing Sessions", tags: ["Holistic Healing", "50 mins"],
imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-arms-outstretched-enjoying-freedom-while-relaxing-sand-beach-sunset_637285-1868.jpg", imageAlt: "Energy Healing Sessions", onFeatureClick: () => handleServiceClick('3') imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-arms-outstretched-enjoying-freedom-while-relaxing-sand-beach-sunset_637285-1868.jpg?_wi=1", imageAlt: "Energy Healing Sessions", onFeatureClick: () => handleServiceClick('3')
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -225,7 +225,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/gleaming-lake-background-reflecting-sky_91128-4426.jpg" imageSrc="http://img.b2bpic.net/free-photo/gleaming-lake-background-reflecting-sky_91128-4426.jpg?_wi=1"
imageAlt="Footer background" imageAlt="Footer background"
logoText="Tanita Sasha" logoText="Tanita Sasha"
copyrightText="© 2025 Tanita Sasha. All rights reserved. | Warm energy. Real transformation." copyrightText="© 2025 Tanita Sasha. All rights reserved. | Warm energy. Real transformation."