diff --git a/src/app/page.tsx b/src/app/page.tsx index 90aa708..53fccd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Heart, Star, HelpCircle, Phone } from 'lucide-react'; +import { Heart, Star, HelpCircle, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Specializations", id: "features" }, { name: "Testimonials", id: "testimonials" }, + { name: "Clinic Location", id: "clinic" }, { name: "Contact", id: "contact" } ]} button={{ @@ -160,6 +161,22 @@ export default function LandingPage() { /> +
+ +
+