Merge version_1 into main #2
267
src/app/page.tsx
267
src/app/page.tsx
@@ -16,189 +16,106 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Chiranjeevi Physiotherapy"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Chiranjeevi Physiotherapy"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="Chiranjeevi Physiotherapy & Rehabilitation Centre"
|
||||
description="Personalized, compassionate care led by Dr. Kavita Singh in Meerut. Restore your movement and reclaim your life with our expert rehabilitation services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/918755407064",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-using-medical-device_23-2148328467.jpg"
|
||||
imageAlt="Physiotherapy treatment session"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Chiranjeevi Physiotherapy & Rehabilitation Centre"
|
||||
description="Personalized, compassionate care led by Dr. Kavita Singh in Meerut. Restore your movement and reclaim your life with our expert rehabilitation services."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/918755407064" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-using-medical-device_23-2148328467.jpg"
|
||||
imageAlt="Physiotherapy treatment session"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Pain Relief",
|
||||
title: "Back & Joint Pain",
|
||||
subtitle: "Relieve chronic discomfort",
|
||||
description: "Targeted therapy to manage and eliminate chronic back, neck, and joint pain.",
|
||||
imageAlt: "Back treatment",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Recovery",
|
||||
title: "Post-Surgery Rehab",
|
||||
subtitle: "Faster recovery journey",
|
||||
description: "Specialized protocols to regain strength and mobility after orthopedic surgeries.",
|
||||
imageAlt: "Rehab",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Injury",
|
||||
title: "Sports Injury Care",
|
||||
subtitle: "Get back to activity",
|
||||
description: "Expert rehabilitation for muscle injuries, strains, and ligament recoveries.",
|
||||
imageAlt: "Sports therapy",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Physiotherapy Services"
|
||||
description="We use modern equipment and personalized treatment plans to address your unique pain points."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: 1, tag: "Pain Relief", title: "Back & Joint Pain", subtitle: "Relieve chronic discomfort", description: "Targeted therapy to manage and eliminate chronic back, neck, and joint pain.", imageAlt: "Back treatment" },
|
||||
{ id: 2, tag: "Recovery", title: "Post-Surgery Rehab", subtitle: "Faster recovery journey", description: "Specialized protocols to regain strength and mobility after orthopedic surgeries.", imageAlt: "Rehab" },
|
||||
{ id: 3, tag: "Injury", title: "Sports Injury Care", subtitle: "Get back to activity", description: "Expert rehabilitation for muscle injuries, strains, and ligament recoveries.", imageAlt: "Sports therapy" }
|
||||
]}
|
||||
title="Comprehensive Physiotherapy Services"
|
||||
description="We use modern equipment and personalized treatment plans to address your unique pain points."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Led by Dr. Kavita Singh"
|
||||
description="As a women-owned clinic in the heart of Meerut, we pride ourselves on a compassionate, patient-first approach. Dr. Kavita Singh brings years of experience, ensuring every treatment is customized for your unique physiological needs."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-portrait_23-2147645997.jpg"
|
||||
imageAlt="Dr. Kavita Singh"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Led by Dr. Kavita Singh"
|
||||
description="As a women-owned clinic in the heart of Meerut, we pride ourselves on a compassionate, patient-first approach. Dr. Kavita Singh brings years of experience, ensuring every treatment is customized for your unique physiological needs."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-doctor-portrait_23-2147645997.jpg"
|
||||
imageAlt="Dr. Kavita Singh"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali S.",
|
||||
handle: "Meerut Resident",
|
||||
testimonial: "Dr. Kavita is incredibly kind and knowledgeable. My back pain has significantly reduced.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh K.",
|
||||
handle: "Local Patient",
|
||||
testimonial: "Highly recommended for post-surgery rehab. Modern equipment and great care!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-naked-young-african-sportsman-resting_171337-9436.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya V.",
|
||||
handle: "Regular Client",
|
||||
testimonial: "Excellent treatment for my joint pain. Very personalized approach, truly refreshing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amit M.",
|
||||
handle: "Patient",
|
||||
testimonial: "Best physiotherapy in Kankar Khera. Professional and very friendly environment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-stethoscope-white-desktop_1387-443.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sunita D.",
|
||||
handle: "Senior Citizen",
|
||||
testimonial: "The rehabilitation exercises have improved my mobility significantly. Highly satisfied!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Patients Say"
|
||||
description="Trusted by 21+ patients with a perfect 5.0 rating in Kankar Khera."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anjali S.", handle: "Meerut Resident", testimonial: "Dr. Kavita is incredibly kind and knowledgeable. My back pain has significantly reduced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg" },
|
||||
{ id: "2", name: "Rajesh K.", handle: "Local Patient", testimonial: "Highly recommended for post-surgery rehab. Modern equipment and great care!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-naked-young-african-sportsman-resting_171337-9436.jpg" },
|
||||
{ id: "3", name: "Priya V.", handle: "Regular Client", testimonial: "Excellent treatment for my joint pain. Very personalized approach, truly refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg" },
|
||||
{ id: "4", name: "Amit M.", handle: "Patient", testimonial: "Best physiotherapy in Kankar Khera. Professional and very friendly environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-stethoscope-white-desktop_1387-443.jpg" },
|
||||
{ id: "5", name: "Sunita D.", handle: "Senior Citizen", testimonial: "The rehabilitation exercises have improved my mobility significantly. Highly satisfied!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Patients Say"
|
||||
description="Trusted by 21+ patients with a perfect 5.0 rating in Kankar Khera."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Appointment"
|
||||
description="Visit us at Bhavya Complex, Vaishno Dham, Meerut. We look forward to helping you recover."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "condition",
|
||||
placeholder: "Briefly describe your condition...",
|
||||
rows: 3,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/network-with-pins_93675-134591.jpg"
|
||||
imageAlt="Clinic Location"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Appointment"
|
||||
description="Visit us at Bhavya Complex, Vaishno Dham, Meerut. We look forward to helping you recover."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
]}
|
||||
textarea={{ name: "condition", placeholder: "Briefly describe your condition...", rows: 3 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/network-with-pins_93675-134591.jpg"
|
||||
imageAlt="Clinic Location"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Chiranjeevi Physiotherapy"
|
||||
copyrightText="© 2025 Chiranjeevi Physiotherapy & Rehabilitation Centre, Meerut"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Chiranjeevi Physiotherapy"
|
||||
copyrightText="© 2025 Chiranjeevi Physiotherapy & Rehabilitation Centre, Meerut"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user