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() { /> +