Update src/app/page.tsx

This commit is contained in:
2026-06-11 04:26:04 +00:00
parent 43fe12dd60
commit 29e866d6d5

View File

@@ -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%" }
]}