2 Commits

Author SHA1 Message Date
ba77cbec7e Merge version_2 into main
Merge version_2 into main
2026-05-18 07:18:03 +00:00
4acb7112c3 Update src/app/page.tsx 2026-05-18 07:17:59 +00:00

View File

@@ -31,125 +31,72 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Dentalsmile" brandName="Dentalsmile"
button={{ button={{
text: "Book Call", text: "Book Call", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Confidence Starts With A Healthy Smile" title="Confidence Starts With A Healthy Smile"
description="Experience professional dental care designed around your comfort, health, and radiant confidence." description="Experience professional dental care designed around your comfort, health, and radiant confidence."
testimonials={[ testimonials={[
{ {
name: "Anna P.", name: "Anna P.", handle: "@anna_p", testimonial: "Best dental experience I've had in years.", rating: 5,
handle: "@anna_p", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg"},
testimonial: "Best dental experience I've had in years.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg",
},
{ {
name: "Mark D.", name: "Mark D.", handle: "@mark_d", testimonial: "Incredibly professional and gentle approach.", rating: 5,
handle: "@mark_d", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg"},
testimonial: "Incredibly professional and gentle approach.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
},
{ {
name: "Sarah L.", name: "Sarah L.", handle: "@sarah_l", testimonial: "My smile has never looked this good.", rating: 5,
handle: "@sarah_l", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg"},
testimonial: "My smile has never looked this good.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
},
{ {
name: "James K.", name: "James K.", handle: "@james_k", testimonial: "Modern clinic, top-tier service.", rating: 5,
handle: "@james_k", imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg"},
testimonial: "Modern clinic, top-tier service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg",
},
{ {
name: "Lucy B.", name: "Lucy B.", handle: "@lucy_b", testimonial: "I actually enjoy my visits now!", rating: 5,
handle: "@lucy_b", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg"},
testimonial: "I actually enjoy my visits now!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Book A Call", text: "Book A Call", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/oman-eye-bondage-lying-floor_23-2147695046.jpg" imageSrc="http://img.b2bpic.net/free-photo/oman-eye-bondage-lying-floor_23-2147695046.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/doctor-made-out-paper_23-2148820841.jpg", src: "http://img.b2bpic.net/free-photo/doctor-made-out-paper_23-2148820841.jpg", alt: "patient avatar 1"},
alt: "patient avatar 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", src: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", alt: "patient avatar 2"},
alt: "patient avatar 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-lady-showing-victory-sign-black-sweater-looking-merry-front-view_176474-61701.jpg", src: "http://img.b2bpic.net/free-photo/young-lady-showing-victory-sign-black-sweater-looking-merry-front-view_176474-61701.jpg", alt: "patient avatar 3"},
alt: "patient avatar 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-medic-examining-male-patient-office-routine-checkup-discussing-about-treatment-plan_482257-135628.jpg", src: "http://img.b2bpic.net/free-photo/woman-medic-examining-male-patient-office-routine-checkup-discussing-about-treatment-plan_482257-135628.jpg", alt: "patient avatar 4"},
alt: "patient avatar 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061659.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061659.jpg", alt: "patient avatar 5"},
alt: "patient avatar 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "State-of-the-art"},
text: "State-of-the-art",
},
{ {
type: "text", type: "text", text: "Compassionate Care"},
text: "Compassionate Care",
},
{ {
type: "text", type: "text", text: "Expert Specialists"},
text: "Expert Specialists",
},
{ {
type: "text", type: "text", text: "Family Friendly"},
text: "Family Friendly",
},
{ {
type: "text", type: "text", text: "Modern Dentistry"},
text: "Modern Dentistry",
},
]} ]}
/> />
</div> </div>
@@ -160,19 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Dentalsmile: Dedicated To Your Smile" title="Dentalsmile: Dedicated To Your Smile"
description="We believe in combining modern dentistry with compassionate, human-focused care to ensure your visits are as relaxing as they are effective." description="We believe in combining modern dentistry with compassionate, human-focused care to ensure your visits are as relaxing as they are effective."
buttons={[
{
text: "Learn About Our Philosophy", href: "#about"}
]}
bulletPoints={[ bulletPoints={[
{ {
title: "Clinical Excellence", title: "Clinical Excellence", description: "State-of-the-art facility for precision care."},
description: "State-of-the-art facility for precision care.",
},
{ {
title: "Patient-First Approach", title: "Patient-First Approach", description: "We put your comfort and peace of mind first."},
description: "We put your comfort and peace of mind first.",
},
{ {
title: "Expert Team", title: "Expert Team", description: "Highly trained specialists committed to health."},
description: "Highly trained specialists committed to health.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg" imageSrc="http://img.b2bpic.net/free-photo/pov-mature-dentist-talking-video-call-with-patient-dentistry-cabinet-clinic-stomatology-specialist-using-online-videoconference-have-remote-conversation-telecommunication_482257-32291.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -187,33 +132,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "General Dentistry", title: "General Dentistry", description: "Complete care for lifelong oral health.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-with-pipes-fixed-dental-chair_140725-7683.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/macro-shot-dental-instrument_23-2147862125.jpg", buttonText: "Learn More"},
description: "Complete care for lifelong oral health.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-with-pipes-fixed-dental-chair_140725-7683.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/macro-shot-dental-instrument_23-2147862125.jpg",
buttonText: "Learn More",
},
{ {
title: "Teeth Whitening", title: "Teeth Whitening", description: "Professional brightness that lasts.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-resting-chair-office_23-2148056183.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg", buttonText: "Learn More"},
description: "Professional brightness that lasts.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-resting-chair-office_23-2148056183.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/midsection-view-female-dentist-with-dental-tools-tray_23-2147905984.jpg",
buttonText: "Learn More",
},
{ {
title: "Orthodontics", title: "Orthodontics", description: "Perfect alignment for a better smile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053289.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/caucasian-girl-with-braces-her-teeth-looking-mirror_169016-38130.jpg", buttonText: "Learn More"},
description: "Perfect alignment for a better smile.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053289.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/caucasian-girl-with-braces-her-teeth-looking-mirror_169016-38130.jpg",
buttonText: "Learn More",
},
{ {
title: "Implants", title: "Implants", description: "Restoring confidence with precision implants.", imageSrc: "http://img.b2bpic.net/free-photo/ca-medical-dentist-doctor-dental_1303-992.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148104981.jpg", buttonText: "Learn More"},
description: "Restoring confidence with precision implants.",
imageSrc: "http://img.b2bpic.net/free-photo/ca-medical-dentist-doctor-dental_1303-992.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148104981.jpg",
buttonText: "Learn More",
},
]} ]}
title="Expert Dental Services" title="Expert Dental Services"
description="Comprehensive care tailored to your unique needs." description="Comprehensive care tailored to your unique needs."
@@ -228,29 +153,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ {
id: "doc", id: "doc", name: "Dr. Elena Smith", role: "Lead Dental Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-putting-hands-desk-isolated-pink-wall_141793-97604.jpg"},
name: "Dr. Elena Smith",
role: "Lead Dental Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-with-work-tools-putting-hands-desk-isolated-pink-wall_141793-97604.jpg",
},
{ {
id: "staff-1", id: "staff-1", name: "Dr. John Doe", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/competent-doctor-posing_23-2147642816.jpg"},
name: "Dr. John Doe",
role: "Orthodontist",
imageSrc: "http://img.b2bpic.net/free-photo/competent-doctor-posing_23-2147642816.jpg",
},
{ {
id: "staff-2", id: "staff-2", name: "Jane Baker", role: "Head Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg"},
name: "Jane Baker",
role: "Head Hygienist",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg",
},
{ {
id: "staff-3", id: "staff-3", name: "Mark Wilson", role: "Patient Manager", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg"},
name: "Mark Wilson",
role: "Patient Manager",
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg",
},
]} ]}
title="Meet Your Lead Dentist" title="Meet Your Lead Dentist"
description="Dr. Smith brings over 20 years of expertise to Dentalsmile." description="Dr. Smith brings over 20 years of expertise to Dentalsmile."
@@ -264,31 +173,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "5000+", title: "Happy Patients", items: [
value: "5000+", "Across the city", "Lifetime support"],
title: "Happy Patients",
items: [
"Across the city",
"Lifetime support",
],
}, },
{ {
id: "2", id: "2", value: "20+", title: "Years Experience", items: [
value: "20+", "Expertise you trust", "Proven results"],
title: "Years Experience",
items: [
"Expertise you trust",
"Proven results",
],
}, },
{ {
id: "3", id: "3", value: "15+", title: "Certifications", items: [
value: "15+", "Modern techniques", "Top quality"],
title: "Certifications",
items: [
"Modern techniques",
"Top quality",
],
}, },
]} ]}
title="Why Our Clinic Stands Apart" title="Why Our Clinic Stands Apart"
@@ -301,30 +195,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg"},
name: "Sarah M.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg",
},
{ {
id: "2", id: "2", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"},
name: "David L.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
},
{ {
id: "3", id: "3", name: "Emily P.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-nurse-posing_23-2150796846.jpg"},
name: "Emily P.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-nurse-posing_23-2150796846.jpg",
},
{ {
id: "4", id: "4", name: "George C.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
name: "George C.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
},
{ {
id: "5", id: "5", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-purple-medical-gown-stethoscope-points-herself-isolated-pink-wall_141793-27060.jpg"},
name: "Alice T.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-doctor-wearing-purple-medical-gown-stethoscope-points-herself-isolated-pink-wall_141793-27060.jpg",
},
]} ]}
cardTitle="Patient Voices" cardTitle="Patient Voices"
cardTag="Testimonials" cardTag="Testimonials"
@@ -336,14 +215,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
text="Ready for your best smile? Book a consultation today." text="Ready for your best smile? Book a consultation today."
buttons={[ buttons={[
{ {
text: "Book Appointment", text: "Book Appointment", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -352,50 +228,31 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "General", label: "General", href: "#services"},
href: "#services",
},
{ {
label: "Whitening", label: "Whitening", href: "#services"},
href: "#services",
},
{ {
label: "Orthodontics", label: "Orthodontics", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Email Us", label: "Email Us", href: "mailto:hello@dentalsmile.com"},
href: "mailto:hello@dentalsmile.com",
},
{ {
label: "Call Us", label: "Call Us", href: "tel:5551234567"},
href: "tel:5551234567",
},
], ],
}, },
]} ]}
@@ -405,4 +262,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }