6 Commits

Author SHA1 Message Date
8f088cb5b0 Merge version_3 into main
Merge version_3 into main
2026-06-08 05:08:58 +00:00
5a68bb91e7 Update src/app/page.tsx 2026-06-08 05:08:55 +00:00
a1ffcd7f4e Merge version_3 into main
Merge version_3 into main
2026-06-08 05:08:34 +00:00
309c2c15a0 Update src/app/styles/variables.css 2026-06-08 05:08:31 +00:00
8781d0563f Update src/app/page.tsx 2026-06-08 05:08:30 +00:00
af58905879 Merge version_2 into main
Merge version_2 into main
2026-06-08 04:43:32 +00:00
2 changed files with 27 additions and 25 deletions

View File

@@ -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={[
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #000000;
--card: #ffffff; --card: #0c0c0c;
--foreground: #1c1c1c; --foreground: #ffffff;
--primary-cta: #1f3251; --primary-cta: #106EFB;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #000000;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #ffffff;
--accent: #15479c; --accent: #535353;
--background-accent: #a8cce8; --background-accent: #106EFB;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);