Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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";
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -106,7 +106,7 @@ export default function HomePage() {
|
|||||||
title="Committed to Excellence"
|
title="Committed to Excellence"
|
||||||
description="Our dedication to patient satisfaction and clinical excellence is reflected in our outstanding results and community trust."
|
description="Our dedication to patient satisfaction and clinical excellence is reflected in our outstanding results and community trust."
|
||||||
metrics={[
|
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: "m2", icon: Smile, title: "Satisfied Patients", value: "5000+" },
|
||||||
{ id: "m3", icon: Award, title: "Successful Treatments", value: "98%" }
|
{ id: "m3", icon: Award, title: "Successful Treatments", value: "98%" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user