5 Commits

Author SHA1 Message Date
92cf3e6202 Update src/app/page.tsx 2026-03-21 13:05:24 +00:00
670c59e5d8 Update src/app/page.tsx 2026-03-21 13:04:59 +00:00
e5014523e3 Merge version_1 into main
Merge version_1 into main
2026-03-21 12:55:53 +00:00
faebd78c45 Merge version_1 into main
Merge version_1 into main
2026-03-21 12:55:28 +00:00
c0016a4ef5 Merge version_1 into main
Merge version_1 into main
2026-03-21 12:55:08 +00:00

View File

@@ -9,7 +9,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Award, CheckCircle, Heart, Shield, Sparkles, Zap, Instagram, Facebook, Youtube, Linkedin, Star } from 'lucide-react';
export default function LandingPage() {
@@ -135,19 +135,19 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="Loved by Practitioners Worldwide"
description="Join thousands of yogis who have transformed their practice and wellness with our courses. Real stories from real practitioners across the globe."
tag="Success Stories"
title="Loved by Yoga Students Worldwide"
description="Transform your practice with courses loved by yoga students everywhere. Discover how our certified programs have helped thousands deepen their skills, build strength, and achieve their wellness goals."
tag="Student Success Stories"
tagIcon={Heart}
tagAnimation="slide-up"
testimonials={[
{ id: "1", name: "Sarah Mitchell", role: "Yoga Practitioner", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg", imageAlt: "Sarah Mitchell" },
{ id: "2", name: "Priya Sharma", role: "Wellness Coach", company: "India", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hmm-interesting-choice-intrigued-cunning-redhead-middleaged-female-hold-hand-faceline-rub-chin-thoug_1258-134746.jpg", imageAlt: "Priya Sharma" },
{ id: "3", name: "Maria Garcia", role: "Fitness Instructor", company: "Spain", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-fitness-ball_1385-2722.jpg", imageAlt: "Maria Garcia" },
{ id: "4", name: "Emma Chen", role: "Mindfulness Teacher", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-blond-girl-smiling-camera-carry-backpack-notebooks-papers-studying-learni_1258-115956.jpg", imageAlt: "Emma Chen" }
{ id: "1", name: "Sarah Mitchell", role: "Yoga Student", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-showing-ok-sign_1149-179.jpg", imageAlt: "Sarah Mitchell" },
{ id: "2", name: "Priya Sharma", role: "Yoga Student", company: "India", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hmm-interesting-choice-intrigued-cunning-redhead-middleaged-female-hold-hand-faceline-rub-chin-thoug_1258-134746.jpg", imageAlt: "Priya Sharma" },
{ id: "3", name: "Maria Garcia", role: "Yoga Student", company: "Spain", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-fitness-ball_1385-2722.jpg", imageAlt: "Maria Garcia" },
{ id: "4", name: "Emma Chen", role: "Yoga Student", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-blond-girl-smiling-camera-carry-backpack-notebooks-papers-studying-learni_1258-115956.jpg", imageAlt: "Emma Chen" }
]}
kpiItems={[
{ value: "10,000+", label: "Active Practitioners" },
{ value: "10,000+", label: "Active Students" },
{ value: "150+", label: "Yoga Videos" },
{ value: "95%", label: "Satisfaction Rate" }
]}
@@ -183,37 +183,59 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Started"
title="Begin Your Yoga Journey Today"
description="Join our global community of yoga practitioners. Sign up for your free trial and experience the transformative power of guided yoga practice."
tag="Customer Support"
title="Get Help With Your Yoga Journey"
description="Have questions about our PDF courses or need technical support? Our dedicated customer support team is here to help you get the most from your yoga practice."
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="slide-up"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-sitting-nearby-river-listening-music_23-2147925380.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-sitting-nearby-river-listening-music_23-2147925380.jpg?_wi=1"
imageAlt="Yoga practice peaceful moment"
inputPlaceholder="Enter your email address"
buttonText="Start Free Trial"
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. You can cancel anytime."
ariaLabel="Contact and signup section"
inputPlaceholder="Enter your email for support"
buttonText="Get Support"
termsText="We'll respond to your inquiry within 24 hours. Your privacy is important to us."
ariaLabel="Contact and support section"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-sitting-nearby-river-listening-music_23-2147925380.jpg?_wi=2"
imageAlt="YogaFlow footer background"
columns={[
{
title: "Digital Products", items: [
{ label: "Yoga Fundamentals PDF", href: "#products" },
{ label: "Advanced Vinyasa Guide", href: "#products" },
{ label: "Meditation & Relaxation", href: "#products" },
{ label: "All Courses", href: "#products" }
]
},
{
title: "Store", items: [
{ label: "Shop Courses", href: "#products" },
{ label: "View Pricing", href: "#pricing" },
{ label: "Free Resources", href: "#features" },
{ label: "Gift Certificates", href: "#contact" }
]
},
{
title: "Company", items: [
{ label: "About YogaFlow", href: "#" },
{ label: "Contact Us", href: "#contact" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
logoText="YogaFlow"
copyrightText="© 2025 YogaFlow | All rights reserved"
socialLinks={[
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "Subscribe on YouTube" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" }
]}
ariaLabel="Site footer"
/>
</div>
</ThemeProvider>
);
}
}