Merge version_2 into main #4
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="clinic" data-section="clinic">
|
||||
<MediaAbout
|
||||
title="Visit Our Clinic"
|
||||
description="Located in the heart of Jangpura, New Delhi, our clinic provides a welcoming and professional environment for psychiatric consultations and treatment. Dr. Nikhil Nayar's practice is designed to ensure patient comfort, confidentiality, and comprehensive care. The clinic is equipped with modern facilities and maintains strict privacy standards for all patient interactions. We welcome LGBTQ+ patients and maintain a non-judgmental, inclusive atmosphere."
|
||||
tag="Location"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/office-interior-with-furniture_93675-129758.jpg"
|
||||
imageAlt="Dr. Nikhil Nayar's clinic in Jangpura"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Clinic location section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
@@ -227,13 +244,14 @@ export default function LandingPage() {
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Specializations", href: "#features" },
|
||||
{ label: "Clinic Location", href: "#clinic" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91 82874 46305", href: "tel:+918287446305" },
|
||||
{ label: "Location: Jangpura, New Delhi", href: "#" },
|
||||
{ label: "Location: Jangpura, New Delhi", href: "#clinic" },
|
||||
{ label: "Hours: 6 PM Onwards", href: "#" },
|
||||
{ label: "LGBTQ+ Friendly", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user