From fdbbfd46e9e59be129bf0f179ce03e5151129456 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:28:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4a6a15..c34797e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Clock, Mountain, Bed, Stethoscope, HeartPulse } from "lucide-react"; export default function ClinicPage() { @@ -32,6 +33,7 @@ export default function ClinicPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "amenities" }, + { name: "Testimonials", id: "testimonials" }, { name: "Opening Hours", id: "metrics" }, { name: "Contact", id: "contact" }, ]} @@ -94,6 +96,20 @@ export default function ClinicPage() { /> +
+ +
+