diff --git a/src/app/page.tsx b/src/app/page.tsx index 8596276..6c6ca4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; 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 FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Smile, Star, Mail } from 'lucide-react'; @@ -35,8 +35,7 @@ export default function LuxuryDentistPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Schedule Consultation", - href: "#contact" + text: "Schedule Consultation", href: "#contact" }} /> @@ -77,34 +76,16 @@ export default function LuxuryDentistPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Cosmetic", - 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: "1", brand: "Cosmetic", 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", - brand: "Restorative", - 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: "2", brand: "Restorative", 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", - brand: "Advanced", - 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" + id: "3", brand: "Advanced", 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={[ @@ -138,75 +119,38 @@ 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif", - }, + 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: "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"} ]} />
- @@ -236,8 +180,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 +188,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 +196,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" },