diff --git a/src/app/page.tsx b/src/app/page.tsx
index f7c251c..994c591 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -82,19 +67,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Years Experience",
- value: "15+",
- },
+ label: "Years Experience", value: "15+"},
{
icon: CheckCircle,
- label: "Successful Surgeries",
- value: "2000+",
- },
+ label: "Successful Surgeries", value: "2000+"},
{
icon: Users,
- label: "Happy Patients",
- value: "5000+",
- },
+ label: "Happy Patients", value: "5000+"},
]}
metricsAnimation="slide-up"
/>
@@ -108,23 +87,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Dental Surgery",
- description: "Expertise in oral surgery, wisdom teeth extraction, and corrective jaw procedures.",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4425.jpg",
- },
+ id: "f1", title: "Dental Surgery", description: "Expertise in oral surgery, wisdom teeth extraction, and corrective jaw procedures.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4425.jpg"},
{
- id: "f2",
- title: "Cosmetic Restoration",
- description: "Customized veneers, crowns, and whitening treatments to revitalize your smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg",
- },
+ id: "f2", title: "Cosmetic Restoration", description: "Customized veneers, crowns, and whitening treatments to revitalize your smile.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg"},
{
- id: "f3",
- title: "Preventive Maintenance",
- description: "Comprehensive checkups and hygiene care to ensure your optimal oral health.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-using-instrument-drill-procedure-treating-patient-with-toothache-stomatologist-examining-denture-with-dental-tools-oral-care-inspection-dentistry-inspection_482257-33680.jpg",
- },
+ id: "f3", title: "Preventive Maintenance", description: "Comprehensive checkups and hygiene care to ensure your optimal oral health.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-using-instrument-drill-procedure-treating-patient-with-toothache-stomatologist-examining-denture-with-dental-tools-oral-care-inspection-dentistry-inspection_482257-33680.jpg"},
]}
title="Advanced Dental Surgery & Care"
description="Offering specialized treatments from complex dental surgery to cosmetic transformations with state-of-the-art technology."
@@ -133,49 +100,25 @@ export default function LandingPage() {
@@ -205,13 +145,9 @@ export default function LandingPage() {