Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d75e02737c | |||
| a9dcb13ffc | |||
| ec75c44d10 |
115
src/app/page.tsx
115
src/app/page.tsx
@@ -35,17 +35,16 @@ export default function LuxuryDentistPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact"
|
||||
text: "Schedule Consultation", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="California's 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."
|
||||
tag="Excellence Since 2005"
|
||||
title="Your Journey to a Radiant Smile Starts Here"
|
||||
description="Everyone deserves a healthy and beautiful smile. Get expert dental care with advanced technology and complete safety."
|
||||
tag="California's Premier Dental Destination"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="/templates/dentist/hero/hero1.avif"
|
||||
@@ -58,8 +57,9 @@ export default function LuxuryDentistPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "View Our Services", href: "#services" },
|
||||
{ text: "Book Your Visit", href: "#contact" }
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+1-800-123-4567" },
|
||||
{ text: "Get Consultation", href: "#contact" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -77,34 +77,16 @@ export default function LuxuryDentistPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Cosmetic",
|
||||
name: "Smile Design & Whitening",
|
||||
price: "From $500",
|
||||
rating: 5,
|
||||
reviewCount: "234",
|
||||
imageSrc: "/templates/dentist/services/service1.avif",
|
||||
imageAlt: "Cosmetic smile design consultation"
|
||||
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From $500", rating: 5,
|
||||
reviewCount: "234", imageSrc: "/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Restorative",
|
||||
name: "Dental Implants & Crowns",
|
||||
price: "From $1,200",
|
||||
rating: 5,
|
||||
reviewCount: "312",
|
||||
imageSrc: "/templates/dentist/services/service2.avif",
|
||||
imageAlt: "Advanced dental implant technology"
|
||||
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From $1,200", rating: 5,
|
||||
reviewCount: "312", imageSrc: "/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Advanced",
|
||||
name: "Orthodontics & Aligners",
|
||||
price: "From $800",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc: "/templates/dentist/services/service3.avif",
|
||||
imageAlt: "Clear aligner orthodontic treatment"
|
||||
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From $800", rating: 5,
|
||||
reviewCount: "289", imageSrc: "/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -120,7 +102,7 @@ export default function LuxuryDentistPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Meet Our Team", href: "#testimonials" },
|
||||
{ text: "Hear From Our Patients", href: "#testimonials" },
|
||||
{ text: "Learn More", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
@@ -138,15 +120,9 @@ export default function LuxuryDentistPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Digital Technology",
|
||||
description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning",
|
||||
imageSrc: "/templates/dentist/about/about1.avif",
|
||||
},
|
||||
title: "Digital Technology", description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning", imageSrc: "/templates/dentist/about/about1.avif"},
|
||||
{
|
||||
title: "Master Craftsmanship",
|
||||
description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence",
|
||||
imageSrc: "/templates/dentist/about/about2.avif",
|
||||
}
|
||||
title: "Master Craftsmanship", description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence", imageSrc: "/templates/dentist/about/about2.avif"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,52 +137,22 @@ export default function LuxuryDentistPage() {
|
||||
animationType="slide-up"
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial1.webp",
|
||||
imageAlt: "Jennifer Martinez"
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial2.webp",
|
||||
imageAlt: "Robert Chen"
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial3.webp",
|
||||
imageAlt: "Sarah Williams"
|
||||
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: "/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
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: "/templates/skincare/image5.avif",
|
||||
imageAlt: "Michael Torres"
|
||||
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: "/templates/skincare/image5.avif", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
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: "/templates/skincare/image6.avif",
|
||||
imageAlt: "Amanda Rodriguez"
|
||||
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: "/templates/skincare/image6.avif", imageAlt: "Amanda Rodriguez"
|
||||
},
|
||||
{
|
||||
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: "/templates/skincare/image7.avif",
|
||||
imageAlt: "David Kim"
|
||||
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: "/templates/skincare/image7.avif", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -217,15 +163,15 @@ export default function LuxuryDentistPage() {
|
||||
tag="Get In Touch"
|
||||
tagIcon={Mail}
|
||||
title="Schedule Your Luxury Dental Experience"
|
||||
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence."
|
||||
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence. We are conveniently located in [City, State] and open [Working Hours]. Contact us today!"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="/templates/dentist/contact/contact.avif"
|
||||
imageAlt="Comfortable consultation room at our luxury dental practice"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
inputPlaceholder="Your Email"
|
||||
buttonText="Schedule My Visit"
|
||||
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
|
||||
/>
|
||||
</div>
|
||||
@@ -236,8 +182,7 @@ export default function LuxuryDentistPage() {
|
||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Cosmetic Dentistry", href: "#services" },
|
||||
{ label: "Dental Implants", href: "#services" },
|
||||
{ label: "Orthodontics", href: "#services" },
|
||||
@@ -245,8 +190,7 @@ export default function LuxuryDentistPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Practice",
|
||||
items: [
|
||||
title: "Practice", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#testimonials" },
|
||||
{ label: "Technology", href: "#features" },
|
||||
@@ -254,8 +198,7 @@ export default function LuxuryDentistPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com" },
|
||||
@@ -267,4 +210,4 @@ export default function LuxuryDentistPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user