diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbe571..e04bb51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Lotus, Star, Phone } from 'lucide-react'; +import { Sparkles, Star, Phone, Flower } from 'lucide-react'; export default function LandingPage() { const handleContactSubmit = (email: string) => { @@ -52,9 +52,9 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/yoga-man-young-man-doing-yoga-loft-sunrise_654080-60.jpg", imageAlt: "Peaceful meditation landscape" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-table-with-candles-sweater-book-autumn-leaves-cozy-living-room-home-interior-decor_169016-9788.jpg", imageAlt: "Spiritual meditation center" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg?_wi=1", imageAlt: "Group meditation session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg?_wi=1", imageAlt: "Sacred yagya ritual" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg?_wi=1", imageAlt: "Spiritual retreat space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg", imageAlt: "Group meditation session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg", imageAlt: "Sacred yagya ritual" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg", imageAlt: "Spiritual retreat space" }, ]} mediaAnimation="slide-up" buttons={[ @@ -84,7 +84,7 @@ export default function LandingPage() { title="Our Spiritual Experiences & Programs" description="Discover transformative meditation practices, sacred rituals, and healing experiences designed to guide you toward inner peace and spiritual growth." tag="Spiritual Offerings" - tagIcon={Lotus} + tagIcon={Flower} tagAnimation="slide-up" animationType="slide-up" textboxLayout="default" @@ -111,11 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "meditation-daily", name: "Daily Meditation Sessions", price: "Free / Donation", variant: "Morning & Evening Sessions", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg?_wi=2", imageAlt: "Daily meditation session"}, + id: "meditation-daily", name: "Daily Meditation Sessions", price: "Free / Donation", variant: "Morning & Evening Sessions", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-beach_23-2148656070.jpg", imageAlt: "Daily meditation session"}, { - id: "yagya-ritual", name: "Yagya Rituals & Ceremonies", price: "$50 - $200", variant: "Personalized & Group Rituals", imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg?_wi=2", imageAlt: "Sacred yagya ceremony"}, + id: "yagya-ritual", name: "Yagya Rituals & Ceremonies", price: "$50 - $200", variant: "Personalized & Group Rituals", imageSrc: "http://img.b2bpic.net/free-photo/close-up-paper-airplane-model-burning-dried-grass_1353-22.jpg", imageAlt: "Sacred yagya ceremony"}, { - id: "spiritual-retreat", name: "Spiritual Retreat Packages", price: "$500 - $2,000", variant: "3-Day to 7-Day Programs", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg?_wi=2", imageAlt: "Spiritual retreat experience"}, + id: "spiritual-retreat", name: "Spiritual Retreat Packages", price: "$500 - $2,000", variant: "3-Day to 7-Day Programs", imageSrc: "http://img.b2bpic.net/free-photo/wellness-practices-self-care-world-health-day_23-2151256747.jpg", imageAlt: "Spiritual retreat experience"}, { id: "healing-sessions", name: "Healing & Wellness Sessions", price: "$30 - $100", variant: "Individual & Group Healing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-sedum-with-blurred-surface_181624-35030.jpg", imageAlt: "Healing and wellness center"}, ]}