From 29e866d6d50aae9557c8fe5205054da6c72a8023 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 04:26:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69da4e9..d3ba8c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Tooth, Smile, Award } from "lucide-react"; +import { Clock, Smile, Award } from "lucide-react"; import Link from "next/link"; export default function HomePage() { @@ -106,7 +106,7 @@ export default function HomePage() { title="Committed to Excellence" description="Our dedication to patient satisfaction and clinical excellence is reflected in our outstanding results and community trust." metrics={[ - { id: "m1", icon: Tooth, title: "Years of Experience", value: "20+" }, + { id: "m1", icon: Clock, title: "Years of Experience", value: "20+" }, { id: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" }, { id: "m3", icon: Award, title: "Successful Treatments", value: "98%" } ]}