Merge version_2 into main #4
@@ -2,15 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -136,16 +136,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
<TestimonialCardSixteen
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
kpiItems={[{ value: "1000+", label: "Happy Clients" }, { value: "15+", label: "Expert Staff" }, { value: "24/7", label: "Support" }]}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Life Changing", quote: "The massage sessions are incredible. I feel like a new person after every visit.", name: "Alice M.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-brunette-woman-sitting-lotus-pose-yoga-mat-practice-meditation-stretching-exercises_1258-183257.jpg" },
|
||||
{ id: "t2", title: "Pure Bliss", quote: "A truly calm and peaceful space. The yoga classes are very meditative and relaxing.", name: "John D.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mature-man-holding-his-laptop-bed_23-2148404416.jpg" },
|
||||
{ id: "t3", title: "Expert Care", quote: "I came in with chronic pain and the team helped me recover quickly. Highly recommend.", name: "Sarah W.", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-woman-doing-training-workout-from-home-living-room-practice-yoga-sitting_1258-189277.jpg" },
|
||||
{ id: "t4", title: "Highly Recommend", quote: "Amazing balance of yoga and body work. A perfect sanctuary from the city.", name: "Mark L.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-spa-environment_1098-3077.jpg" },
|
||||
{ id: "t5", title: "Fantastic Experience", quote: "Every session feels personal and effective. My favorite place for stress relief.", name: "Elena R.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7226.jpg" },
|
||||
{ id: "t6", title: "Deeply Healing", quote: "My practice has grown so much since joining this wonderful community.", name: "Julia P.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-meditating-outdoors_23-2149860545.jpg" },
|
||||
{ id: "t1", name: "Alice M.", role: "Creative Director", company: "Design Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/relaxed-brunette-woman-sitting-lotus-pose-yoga-mat-practice-meditation-stretching-exercises_1258-183257.jpg" },
|
||||
{ id: "t2", name: "John D.", role: "Tech Lead", company: "Tech Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-mature-man-holding-his-laptop-bed_23-2148404416.jpg" },
|
||||
{ id: "t3", name: "Sarah W.", role: "Project Manager", company: "Manage Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-woman-doing-training-workout-from-home-living-room-practice-yoga-sitting_1258-189277.jpg" },
|
||||
]}
|
||||
title="Stories from Our Clients"
|
||||
description="Discover why our community loves the personalized care we provide."
|
||||
@@ -153,7 +152,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
<FaqSplitMedia
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
@@ -163,29 +163,26 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="We are here to help you get the most out of your experience."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Schedule a session or reach out to our team with any questions. We are excited to support your path toward wellness."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@naturewellness.com" }]}
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterCard
|
||||
logoText="Nature Wellness"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user