Update src/app/page.tsx

This commit is contained in:
2026-01-11 15:56:35 +00:00
parent 6ba0e6eee6
commit e96e7a5b24

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -9,7 +9,7 @@ import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCa
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSocial from '@/components/sections/footer/FooterSocial';
import { Sparkles, Lotus, Heart, Instagram, Facebook, Youtube } from 'lucide-react';
import { Sparkles, Heart, Instagram, Facebook, Youtube } from 'lucide-react';
export default function LandingPage() {
return (
@@ -59,14 +59,13 @@ export default function LandingPage() {
description="A yoga teacher, mentor, and guide dedicated to helping individuals discover their true potential through the transformative practice of yoga."
textboxLayout="default"
contentTag="YOGA PHILOSOPHY"
contentTagIcon={Lotus}
contentTitle="Authentic Practice, Lasting Transformation"
contentDescription="With over two decades of dedicated practice and teaching experience, Efrat creates sacred spaces where students can explore their inner landscape, dissolve limiting beliefs, and access profound states of peace and clarity. Her unique approach blends traditional yoga wisdom with modern mindfulness, offering retreats that nourish the soul and elevate consciousness."
contentButtons={[{ text: "Learn More", href: "#programs" }]}
imageSrc="https://img.b2bpic.net/free-photo/young-woman-with-body-positive-appearance-practicing-yoga-alone-deck-by-pool-tropical-island-bali-indonesia-sport-fitness-healthy-lifestyle-concept_1321-2848.jpg"
imageAlt="Efrat teaching yoga"
imagePosition="right"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -102,7 +101,7 @@ export default function LandingPage() {
title="Transformational Journeys"
description="Hear from students who have experienced profound shifts through Efrat's guided yoga retreats."
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1", quote: "Efrat's retreat was the most transformative week of my life. I arrived stressed and overwhelmed, and I left with a renewed sense of purpose and inner peace. Her teaching is profound yet accessible.", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "https://img.b2bpic.net/free-photo/caucasion-woman-casual-confident-concept_53876-137678.jpg", imageAlt: "Sarah Mitchell"
@@ -175,7 +174,7 @@ export default function LandingPage() {
imageAlt="Meditation in nature"
mediaPosition="right"
buttonText="Send Inquiry"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>