diff --git a/src/app/page.tsx b/src/app/page.tsx index 8596276..ab602a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,39 @@ 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"} ]} />