Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d612307bc | |||
| ba193a2e52 | |||
| 5aaa3d61e9 | |||
| 1dfa8e6650 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
@@ -41,26 +41,25 @@ export default function LuxuryDentistPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<HeroOverlayTestimonial
|
||||
title="DR. Sheru Singh Rajput: Your Trusted Pulmonologist & Chest Specialist in Gwalior"
|
||||
description="Dr. Sheru Singh Rajput (MBBS, MD, DNB) offers advanced diagnosis and compassionate care for T.B., Asthma, Allergy, and all chest and respiratory illnesses at Rajput Clinic. Contact us at 099815 75690. Your health is our priority."
|
||||
tag="Expert Chest & Lung Care"
|
||||
tagIcon={Stethoscope}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/doctor-at-desk.jpg"
|
||||
imageAlt="Dr. Sheru Singh Rajput, Pulmonologist and Chest Specialist"
|
||||
imagePosition="right"
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years Experience" },
|
||||
{ value: "10K+", label: "Patients Treated" },
|
||||
{ value: "98%", label: "Recovery Rate" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "View Our Services", href: "#services" },
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ name: "Ramesh Sharma", handle: "Delhi Patient", testimonial: "Dr. Rajput's professional care for my chronic asthma has been life-changing. My breathing has improved significantly, and I feel so much better.", rating: 5, imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Ramesh&_wi=1", imageAlt: "Ramesh Sharma" },
|
||||
{ name: "Priya Singh", handle: "Business Executive", testimonial: "Finally found a chest specialist who truly understands complex lung conditions. Dr. Rajput's diagnosis and treatment plan were spot on.", rating: 5, imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Priya&_wi=1", imageAlt: "Priya Singh" },
|
||||
{ name: "Amit Kumar", handle: "Local Resident", testimonial: "This is the place where genuine care meets medical expertise. My allergy issues are finally under control thanks to Dr. Rajput.", rating: 5, imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Amit&_wi=1", imageAlt: "Amit Kumar" }
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,13 +142,13 @@ export default function LuxuryDentistPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ramesh Sharma", handle: "Delhi Patient", testimonial: "Dr. Rajput's professional care for my chronic asthma has been life-changing. My breathing has improved significantly, and I feel so much better.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Ramesh", imageAlt: "Ramesh Sharma"
|
||||
id: "1", name: "Ramesh Sharma", handle: "Delhi Patient", testimonial: "Dr. Rajput's professional care for my chronic asthma has been life-changing. My breathing has improved significantly, and I feel so much better.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Ramesh&_wi=2", imageAlt: "Ramesh Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Singh", handle: "Business Executive", testimonial: "Finally found a chest specialist who truly understands complex lung conditions. Dr. Rajput's diagnosis and treatment plan were spot on.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Priya", imageAlt: "Priya Singh"
|
||||
id: "2", name: "Priya Singh", handle: "Business Executive", testimonial: "Finally found a chest specialist who truly understands complex lung conditions. Dr. Rajput's diagnosis and treatment plan were spot on.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Priya&_wi=2", imageAlt: "Priya Singh"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Kumar", handle: "Local Resident", testimonial: "This is the place where genuine care meets medical expertise. My allergy issues are finally under control thanks to Dr. Rajput.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Amit", imageAlt: "Amit Kumar"
|
||||
id: "3", name: "Amit Kumar", handle: "Local Resident", testimonial: "This is the place where genuine care meets medical expertise. My allergy issues are finally under control thanks to Dr. Rajput.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Amit&_wi=2", imageAlt: "Amit Kumar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Seema Devi", handle: "Long-term Patient", testimonial: "I've been a patient for years. The consistent excellence, warm staff, and effective treatments keep me coming back with confidence.", imageSrc: "https://api.dicebear.com/7.x/adventurer/svg?seed=Seema", imageAlt: "Seema Devi"
|
||||
@@ -216,4 +215,4 @@ export default function LuxuryDentistPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user