diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4754a39..9ddbfe5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,72 +39,31 @@ export default function LandingPage() {
@@ -127,48 +74,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- title: "Advanced Implants",
- description: "Restoring confidence with precision-guided dental implant procedures.",
- tag: "Implantology",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg?_wi=1",
- },
- {
- id: "s2",
- title: "Professional Whitening",
- description: "Safe and effective teeth whitening for a naturally brilliant, bright smile.",
- tag: "Cosmetic",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg?_wi=1",
- },
- {
- id: "s3",
- title: "Orthodontic Care",
- description: "Modern alignment solutions for perfectly balanced and healthy teeth.",
- tag: "Orthodontics",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67479.jpg?_wi=1",
- },
- {
- id: "s4",
- title: "Routine Wellness",
- description: "Comprehensive cleaning and preventative care to keep your smile healthy.",
- tag: "Preventative",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg?_wi=2",
- },
- {
- id: "s5",
- title: "Root Canal Therapy",
- description: "Gentle endodontic treatment using high-precision digital microscopy.",
- tag: "Endodontics",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg?_wi=2",
- },
- {
- id: "s6",
- title: "Gum Health",
- description: "Specialized treatments for healthy, resilient gum tissue maintenance.",
- tag: "Periodontics",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67479.jpg?_wi=2",
- },
+ { id: "s1", title: "Advanced Implants", description: "Restoring confidence with precision-guided dental implant procedures.", tag: "Implantology", imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg" },
+ { id: "s2", title: "Professional Whitening", description: "Safe and effective teeth whitening for a naturally brilliant, bright smile.", tag: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg" },
+ { id: "s3", title: "Orthodontic Care", description: "Modern alignment solutions for perfectly balanced and healthy teeth.", tag: "Orthodontics", imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67479.jpg" },
+ { id: "s4", title: "Routine Wellness", description: "Comprehensive cleaning and preventative care to keep your smile healthy.", tag: "Preventative", imageSrc: "http://img.b2bpic.net/free-photo/medical-dentistry-staff-with-ppe-suits-using-modern-technology-while-consulting-patient-with-oral-care-issues-stomatologist-dental-nurse-looking-teeth-animation-model-implant_482257-28617.jpg" },
+ { id: "s5", title: "Root Canal Therapy", description: "Gentle endodontic treatment using high-precision digital microscopy.", tag: "Endodontics", imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg" },
+ { id: "s6", title: "Gum Health", description: "Specialized treatments for healthy, resilient gum tissue maintenance.", tag: "Periodontics", imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67479.jpg" },
]}
title="Comprehensive Dental Care"
description="We blend advanced dental technology with a gentle, patient-focused approach to deliver exceptional oral health outcomes."
@@ -179,59 +90,23 @@ export default function LandingPage() {