|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
|
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
@@ -21,8 +21,8 @@ export default function LandingPage() {
|
|
|
|
contentWidth="smallMedium"
|
|
|
|
contentWidth="smallMedium"
|
|
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
cardStyle="outline"
|
|
|
|
cardStyle="gradient-bordered"
|
|
|
|
primaryButtonStyle="shadow"
|
|
|
|
primaryButtonStyle="radial-glow"
|
|
|
|
secondaryButtonStyle="layered"
|
|
|
|
secondaryButtonStyle="layered"
|
|
|
|
headingFontWeight="bold"
|
|
|
|
headingFontWeight="bold"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "Learn More", href: "#about"},
|
|
|
|
text: "Learn More", href: "#about"},
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=1"
|
|
|
|
imageAlt="Portrait of Dr. Shyama Prasad Mukherjee"
|
|
|
|
imageAlt="Portrait of Dr. Shyama Prasad Mukherjee"
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<FaqDouble
|
|
|
|
<FaqBase
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
@@ -154,28 +154,30 @@ export default function LandingPage() {
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
description="Find quick answers to common questions about our medical practice, appointments, and services."
|
|
|
|
description="Find quick answers to common questions about our medical practice, appointments, and services."
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
|
|
|
showCard={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactSplitForm
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
background={{
|
|
|
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
|
|
|
tag="Book Your Visit"
|
|
|
|
|
|
|
|
title="Experience Personalized Care"
|
|
|
|
title="Experience Personalized Care"
|
|
|
|
description="Schedule a premium appointment with Dr. Shyama Prasad Mukherjee. Our dedicated team is ready to provide you with exceptional medical guidance."
|
|
|
|
description="Schedule a premium appointment with Dr. Shyama Prasad Mukherjee. Our dedicated team is ready to provide you with exceptional medical guidance."
|
|
|
|
inputPlaceholder="Your Email Address"
|
|
|
|
inputs={[
|
|
|
|
|
|
|
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
|
|
|
|
|
|
|
{ name: "email", type: "email", placeholder: "Your Email Address", required: true },
|
|
|
|
|
|
|
|
{ name: "phone", type: "tel", placeholder: "Your Phone Number" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
textarea={{ name: "message", placeholder: "Your Message", rows: 5 }}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=2"
|
|
|
|
|
|
|
|
imageAlt="Doctor in clinic discussing medical reports"
|
|
|
|
buttonText="Book Now"
|
|
|
|
buttonText="Book Now"
|
|
|
|
termsText="By clicking 'Book Now', you agree to our booking terms and conditions."
|
|
|
|
|
|
|
|
onSubmit={() => alert('Appointment booked!')}
|
|
|
|
onSubmit={() => alert('Appointment booked!')}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterMedia
|
|
|
|
<FooterBase
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-doctor-using-laptop_23-2149303681.jpg"
|
|
|
|
|
|
|
|
imageAlt="Doctor using laptop in clinic"
|
|
|
|
|
|
|
|
logoText="DR Shyama Prasad Mukherjee"
|
|
|
|
logoText="DR Shyama Prasad Mukherjee"
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|