Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -6,7 +6,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
|
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
|
||||||
@@ -35,8 +35,7 @@ export default function LuxuryDentistPage() {
|
|||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Schedule Consultation",
|
text: "Schedule Consultation", href: "#contact"
|
||||||
href: "#contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,34 +76,16 @@ export default function LuxuryDentistPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From $500", rating: 5,
|
||||||
brand: "Cosmetic",
|
reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
|
||||||
name: "Smile Design & Whitening",
|
|
||||||
price: "From $500",
|
|
||||||
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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From $1,200", rating: 5,
|
||||||
brand: "Restorative",
|
reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
|
||||||
name: "Dental Implants & Crowns",
|
|
||||||
price: "From $1,200",
|
|
||||||
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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From $800", rating: 5,
|
||||||
brand: "Advanced",
|
reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
|
||||||
name: "Orthodontics & Aligners",
|
|
||||||
price: "From $800",
|
|
||||||
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"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -138,75 +119,38 @@ export default function LuxuryDentistPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Digital Technology",
|
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"},
|
||||||
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: "Master Craftsmanship",
|
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"}
|
||||||
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",
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardTen
|
||||||
title="What Our Patients Say"
|
title="What Our Patients Say"
|
||||||
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
|
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
|
||||||
tag="Patient Reviews"
|
tag="Patient Reviews"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "A Truly Exceptional Dental Journey", name: "Jennifer Martinez", role: "San Diego Patient", quote: "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"
|
||||||
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: "2",
|
id: "2", title: "My Smile, My Confidence Transformed", name: "Robert Chen", role: "Business Executive", quote: "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"
|
||||||
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: "3",
|
id: "3", title: "Where Art and Science Meet for a Perfect Smile", name: "Sarah Williams", role: "Entertainment Industry", quote: "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"
|
||||||
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: "4",
|
id: "4", title: "Consistent Excellence for Years", name: "Michael Torres", role: "Loyal Patient", quote: "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"
|
||||||
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: "5",
|
id: "5", title: "The Best for a Camera-Ready Smile", name: "Amanda Rodriguez", role: "Social Media Influencer", quote: "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"
|
||||||
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: "6",
|
id: "6", title: "Precision and Artistry in Dental Care", name: "David Kim", role: "Healthcare Professional", quote: "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"
|
||||||
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"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -236,8 +180,7 @@ export default function LuxuryDentistPage() {
|
|||||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Cosmetic Dentistry", href: "#services" },
|
{ label: "Cosmetic Dentistry", href: "#services" },
|
||||||
{ label: "Dental Implants", href: "#services" },
|
{ label: "Dental Implants", href: "#services" },
|
||||||
{ label: "Orthodontics", href: "#services" },
|
{ label: "Orthodontics", href: "#services" },
|
||||||
@@ -245,8 +188,7 @@ export default function LuxuryDentistPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Practice",
|
title: "Practice", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Our Team", href: "#testimonials" },
|
{ label: "Our Team", href: "#testimonials" },
|
||||||
{ label: "Technology", href: "#features" },
|
{ label: "Technology", href: "#features" },
|
||||||
@@ -254,8 +196,7 @@ export default function LuxuryDentistPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Google Reviews", href: "https://google.com" },
|
{ label: "Google Reviews", href: "https://google.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user