Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5df8f150f6 | |||
| ddf4421a96 | |||
| dad5cdecfd | |||
| 36cbf6b4f6 | |||
| 7d0c051dfb | |||
| 03b4704669 | |||
| f1b534a854 | |||
| bcf801f21c | |||
| 999df81fbc | |||
| 7fdb018f85 | |||
| 10b181f7b5 | |||
| 156997d20e | |||
| ae14afbf02 | |||
| 8f1eb6d6b7 | |||
| ab300e8204 |
@@ -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: "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: "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: "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={[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,80 +0,0 @@
|
|||||||
"use client";
|
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
||||||
import LegalSection from '@/components/legal/LegalSection';
|
|
||||||
|
|
||||||
export default function PrivacyPolicyPage() {
|
|
||||||
return (
|
|
||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
|
||||||
<div id="nav" data-section="nav">
|
|
||||||
<NavbarLayoutFloatingInline
|
|
||||||
brandName="Luxury Dental Care"
|
|
||||||
navItems={[
|
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Services", id: "/#services" },
|
|
||||||
{ name: "About", id: "/#about" },
|
|
||||||
{ name: "Privacy Policy", id: "/privacy-policy" },
|
|
||||||
{ name: "Contact", id: "/#contact" }
|
|
||||||
]}
|
|
||||||
button={{ text: "Book Now", href: "/#contact" }}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<LegalSection
|
|
||||||
layout="page"
|
|
||||||
title="Privacy Policy"
|
|
||||||
subtitle="Last updated: May 2024"
|
|
||||||
sections={[
|
|
||||||
{
|
|
||||||
heading: "1. Information We Collect", content: { type: "paragraph", text: "We collect information you provide directly to us, such as when you schedule a consultation, fill out a contact form, or communicate with our staff. This may include your name, email address, phone number, and dental history." }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
heading: "2. How We Use Your Information", content: { type: "list", items: ["To provide and maintain our dental services", "To communicate with you regarding appointments and care", "To improve our patient experience and website", "To comply with legal obligations"] }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
heading: "3. Data Security", content: { type: "paragraph", text: "We implement robust security measures to protect your personal information from unauthorized access, alteration, or destruction. We are committed to maintaining the confidentiality of your health information." }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
heading: "4. Your Rights", content: { type: "list", items: ["You have the right to request access to your personal data", "You have the right to request correction of inaccurate data", "You have the right to request deletion of your information"] }
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterBase
|
|
||||||
logoText="Luxury Dental Care California"
|
|
||||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Services", items: [
|
|
||||||
{ label: "Cosmetic Dentistry", href: "/#services" },
|
|
||||||
{ label: "Dental Implants", href: "/#services" },
|
|
||||||
{ label: "Orthodontics", href: "/#services" },
|
|
||||||
{ label: "Restorative Care", href: "/#services" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Practice", items: [
|
|
||||||
{ label: "About Us", href: "/#about" },
|
|
||||||
{ label: "Privacy Policy", href: "/privacy-policy" },
|
|
||||||
{ label: "Our Team", href: "/#testimonials" },
|
|
||||||
{ label: "Technology", href: "/#features" },
|
|
||||||
{ label: "Contact Us", href: "/#contact" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect", items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
|
||||||
{ label: "Google Reviews", href: "https://google.com" },
|
|
||||||
{ label: "Smile Gallery", href: "#" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ThemeProvider>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user