diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2870ecb..81fcc8f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import FeatureHoverPattern as FeatureHoverPatternWhy from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import Link from "next/link"; @@ -55,17 +54,11 @@ export default function ServicesPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-mouth-undergoing-dental-check-up_107420-65610.jpg", - imageAlt: "root canal treatment dental procedure", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-mouth-undergoing-dental-check-up_107420-65610.jpg", imageAlt: "root canal treatment dental procedure"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg?_wi=2", - imageAlt: "dental extraction procedure professional care", - }, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg", imageAlt: "dental extraction procedure professional care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18577.jpg?_wi=2", - imageAlt: "professional teeth cleaning dental hygiene", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18577.jpg", imageAlt: "professional teeth cleaning dental hygiene"}, ]} mediaAnimation="blur-reveal" /> @@ -79,34 +72,22 @@ export default function ServicesPage() { features={[ { icon: Zap, - title: "Root Canal Treatment", - description: "Advanced endodontic therapy to save your tooth and eliminate pain using the latest techniques.", - }, + title: "Root Canal Treatment", description: "Advanced endodontic therapy to save your tooth and eliminate pain using the latest techniques."}, { icon: Scissors, - title: "Tooth Extraction", - description: "Safe, gentle tooth removal with minimal discomfort. Expert care for wisdom teeth and difficult extractions.", - }, + title: "Tooth Extraction", description: "Safe, gentle tooth removal with minimal discomfort. Expert care for wisdom teeth and difficult extractions."}, { icon: Droplet, - title: "Dental Fillings", - description: "Durable composite and amalgam fillings to restore decayed teeth and maintain natural appearance.", - }, + title: "Dental Fillings", description: "Durable composite and amalgam fillings to restore decayed teeth and maintain natural appearance."}, { icon: Sparkles, - title: "Teeth Cleaning", - description: "Professional cleaning and scaling to prevent gum disease and maintain optimal oral health.", - }, + title: "Teeth Cleaning", description: "Professional cleaning and scaling to prevent gum disease and maintain optimal oral health."}, { icon: Crown, - title: "Wisdom Tooth Removal", - description: "Expert surgical extraction of impacted or problematic wisdom teeth with precision care.", - }, + title: "Wisdom Tooth Removal", description: "Expert surgical extraction of impacted or problematic wisdom teeth with precision care."}, { icon: Smile, - title: "Cosmetic Dentistry", - description: "Transform your smile with teeth whitening, veneers, and aesthetic treatments for a confident look.", - }, + title: "Cosmetic Dentistry", description: "Transform your smile with teeth whitening, veneers, and aesthetic treatments for a confident look."}, ]} animationType="slide-up" textboxLayout="default" @@ -116,40 +97,28 @@ export default function ServicesPage() { {/* Why Choose Us Section */}
-