Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 260bb289de | |||
| 5df8f150f6 | |||
| ba8f7c86c0 | |||
| ddf4421a96 | |||
| cee247bc83 | |||
| dad5cdecfd | |||
| 45b302be4a | |||
| 36cbf6b4f6 | |||
| 4e440d969a | |||
| 7d0c051dfb | |||
| 7f5b0379c1 | |||
| 03b4704669 | |||
| 8965b7b7a6 | |||
| f1b534a854 | |||
| bcf801f21c |
@@ -27,7 +27,7 @@ export default function LuxuryDentistPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Luxury Dental Care"
|
brandName="Dr. Moumalini's Dental "
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -42,7 +42,7 @@ export default function LuxuryDentistPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="California's Premier Luxury Dental Practice"
|
title="Kolkata Premier Luxury Dental Practice"
|
||||||
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
|
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
|
||||||
tag="Excellence Since 2005"
|
tag="Excellence Since 2005"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
@@ -76,15 +76,15 @@ export default function LuxuryDentistPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "Starting from $500", rating: 5,
|
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "", rating: 5,
|
||||||
reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
|
reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "Starting from $1,200", rating: 5,
|
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "", rating: 5,
|
||||||
reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
|
reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "Starting from $800", rating: 5,
|
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "", rating: 5,
|
||||||
reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
|
reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -97,7 +97,7 @@ export default function LuxuryDentistPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "Trusted Excellence in Dental Care Across California" }
|
{ type: "text", content: "Trusted Excellence in Dental Care Across Kolkata" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -119,7 +119,7 @@ export default function LuxuryDentistPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Digital Technology", description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif"},
|
title: "Digital Technology", description: "3D imaging for faster, more comfortable, and precise treatment plans", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif"},
|
||||||
{
|
{
|
||||||
title: "Master Craftsmanship", description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif"}
|
title: "Master Craftsmanship", description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif"}
|
||||||
]}
|
]}
|
||||||
@@ -136,22 +136,22 @@ export default function LuxuryDentistPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Jennifer Martinez", handle: "San Diego Patient", testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Jennifer Martinez"
|
id: "1", name: "Jenn ", handle: "San Diego Patient", testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Jenn "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Robert Chen", handle: "Business Executive", testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Robert Chen"
|
id: "2", name: "Rab ", handle: "Business Executive", testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Rab "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Sarah Williams", handle: "Entertainment Industry", testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Sarah Williams"
|
id: "3", name: "Sarah joshi", handle: "Entertainment Industry", testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Sarah joshi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Michael Torres", handle: "Loyal Patient", testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Michael Torres"
|
id: "4", name: "Meher dharma", handle: "Loyal Patient", testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif", imageAlt: "Meher dharma"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Amanda Rodriguez", handle: "Social Media Influencer", testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", imageAlt: "Amanda Rodriguez"
|
id: "5", name: "Amanda Rakshit", handle: "Social Media Influencer", testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif", imageAlt: "Amanda Rakshit"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "David Kim", handle: "Healthcare Professional", testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "David Kim"
|
id: "6", name: "Disha kumari", handle: "Healthcare Professional", testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif", imageAlt: "Disha kumari"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -169,7 +169,7 @@ export default function LuxuryDentistPage() {
|
|||||||
textarea={{ name: "notes", placeholder: "Preferred date/time or specific concerns", rows: 4 }}
|
textarea={{ name: "notes", placeholder: "Preferred date/time or specific concerns", rows: 4 }}
|
||||||
multiSelect={{ name: "service", label: "Select Service Type", options: ["Cosmetic", "Restorative", "Orthodontics", "General Checkup"] }}
|
multiSelect={{ name: "service", label: "Select Service Type", options: ["Cosmetic", "Restorative", "Orthodontics", "General Checkup"] }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6r0NbvKNgcOJhsBlimCZm8iZ4/uploaded-1775744020536-7nj9156e.jpg"
|
||||||
buttonText="Submit Appointment Request"
|
buttonText="Submit Appointment Request"
|
||||||
onSubmit={(data) => console.log("Booking Request:", data)}
|
onSubmit={(data) => console.log("Booking Request:", data)}
|
||||||
/>
|
/>
|
||||||
@@ -177,7 +177,7 @@ export default function LuxuryDentistPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Luxury Dental Care California"
|
logoText="Dr. Moumalini's Dental Diagnopath "
|
||||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user