Merge version_1 into main #2
@@ -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 */}
|
||||
<div id="whychooseus" data-section="whychooseus">
|
||||
<FeatureHoverPatternWhy
|
||||
<FeatureHoverPattern
|
||||
title="Why Choose The Dental Care Clinic?"
|
||||
description="Discover what sets us apart as Islamabad's most trusted dental practice."
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Experienced Dentist",
|
||||
description: "Dr. Shahnawaz Ahmed brings 15+ years of expertise in general and cosmetic dentistry.",
|
||||
},
|
||||
title: "Experienced Dentist", description: "Dr. Shahnawaz Ahmed brings 15+ years of expertise in general and cosmetic dentistry."},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Gentle & Pain-Free Care",
|
||||
description: "Advanced anesthesia techniques and compassionate approach ensure comfortable treatment.",
|
||||
},
|
||||
title: "Gentle & Pain-Free Care", description: "Advanced anesthesia techniques and compassionate approach ensure comfortable treatment."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Modern Equipment",
|
||||
description: "Latest dental technology and equipment for precise, efficient treatments.",
|
||||
},
|
||||
title: "Modern Equipment", description: "Latest dental technology and equipment for precise, efficient treatments."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Affordable Pricing",
|
||||
description: "Transparent pricing with flexible payment options for quality dental care.",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Transparent pricing with flexible payment options for quality dental care."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Hygienic Environment",
|
||||
description: "Strict sterilization protocols and pristine clinic conditions for your safety.",
|
||||
},
|
||||
title: "Hygienic Environment", description: "Strict sterilization protocols and pristine clinic conditions for your safety."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Patient-Centered Focus",
|
||||
description: "We prioritize your comfort, concerns, and long-term oral health outcomes.",
|
||||
},
|
||||
title: "Patient-Centered Focus", description: "We prioritize your comfort, concerns, and long-term oral health outcomes."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -176,8 +145,7 @@ export default function ServicesPage() {
|
||||
logoText="The Dental Care Clinic"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
@@ -185,8 +153,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Root Canal Treatment", href: "/services" },
|
||||
{ label: "Tooth Extraction", href: "/services" },
|
||||
{ label: "Dental Fillings", href: "/services" },
|
||||
@@ -194,20 +161,16 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +92 335 2114347", href: "tel:+923352114347" },
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.google.com/?q=12+Mezzanine+Floor+Huma+Plaza+Fazal-e-Haq+Road+Blue+Area+Islamabad",
|
||||
},
|
||||
label: "Location", href: "https://maps.google.com/?q=12+Mezzanine+Floor+Huma+Plaza+Fazal-e-Haq+Road+Blue+Area+Islamabad"},
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "WhatsApp Us", href: "https://wa.me/923352114347" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user