diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74bad29..664a186 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,82 +42,35 @@ export default function LandingPage() {
@@ -140,21 +81,9 @@ export default function LandingPage() {
title="Why NA Clinics?"
tag="Excellence in Dentistry"
metrics={[
- {
- id: "m1",
- value: "5.0",
- description: "Google Rating from 127 patients",
- },
- {
- id: "m2",
- value: "1000+",
- description: "Successful procedures",
- },
- {
- id: "m3",
- value: "10+",
- description: "Years of expertise",
- },
+ { id: "m1", value: "5.0", description: "Google Rating from 127 patients" },
+ { id: "m2", value: "1000+", description: "Successful procedures" },
+ { id: "m3", value: "10+", description: "Years of expertise" },
]}
metricsAnimation="slide-up"
/>
@@ -166,23 +95,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Root Canal",
- description: "Painless, expert treatment for severe decay.",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-model-premolar-tooth-3d-rendering_460848-8340.jpg",
- imageAlt: "Root Canal",
- },
+ title: "Root Canal", description: "Painless, expert treatment for severe decay.", imageSrc: "http://img.b2bpic.net/free-photo/dental-model-premolar-tooth-3d-rendering_460848-8340.jpg", imageAlt: "Root Canal"},
{
- title: "Scaling & Polishing",
- description: "Keep your smile clean and healthy.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053262.jpg",
- imageAlt: "Scaling",
- },
+ title: "Scaling & Polishing", description: "Keep your smile clean and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053262.jpg", imageAlt: "Scaling"},
{
- title: "Teeth Whitening",
- description: "Brighten your smile with professional care.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-eyes-closed-smiles-broadly-has-combed-hair-wears-white-casual-jumper-isolated-purple-studio-positive-young-female-model-glad-hear-compliment_273609-56494.jpg",
- imageAlt: "Whitening",
- },
+ title: "Teeth Whitening", description: "Brighten your smile with professional care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-keeps-eyes-closed-smiles-broadly-has-combed-hair-wears-white-casual-jumper-isolated-purple-studio-positive-young-female-model-glad-hear-compliment_273609-56494.jpg", imageAlt: "Whitening"},
]}
title="Our Specialized Dental Services"
description="Comprehensive care tailored to your needs."
@@ -195,14 +112,8 @@ export default function LandingPage() {
title="Gentle, Professional, Patient-First"
description="We understand dental anxiety. That is why we focus on communication, clear procedures, and a soothing atmosphere."
metrics={[
- {
- value: "100%",
- title: "Comfort Focused",
- },
- {
- value: "5.0",
- title: "Average Rating",
- },
+ { value: "100%", title: "Comfort Focused" },
+ { value: "5.0", title: "Average Rating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/hospital-reception-desk-with-computer-making-healthcare-appointments-patients-with-disease-registration-work-with-medical-checkup-reports-papers-forms-facility-lobby_482257-50665.jpg"
imageAlt="Clinic Interior"
@@ -218,20 +129,10 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
- id: "g1",
- groupTitle: "Clinical Staff",
- members: [
+ id: "g1", groupTitle: "Clinical Staff", members: [
{
- id: "m1",
- title: "Dr. Navid",
- subtitle: "Lead Dentist",
- detail: "Expert in pain-aware treatments with 10+ years experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-with-stethoscope_23-2149551129.jpg",
- imageAlt: "Dr. Navid",
- },
+ id: "m1", title: "Dr. Navid", subtitle: "Lead Dentist", detail: "Expert in pain-aware treatments with 10+ years experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-with-stethoscope_23-2149551129.jpg", imageAlt: "Dr. Navid"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-woman-holding-mock-up-green-screen-chroma-key-tablet-with-isolated-display-discussing-oral-hygiene-with-man-patient-stomatological-consultation-dental-office-stomatology-concept_482257-39543.jpg?_wi=2",
- imageAlt: "professional dentist portrait",
},
]}
title="Our Lead Dentist"
@@ -243,31 +144,11 @@ export default function LandingPage() {
@@ -335,33 +193,16 @@ export default function LandingPage() {