diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f6e2ef..1a3fc56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -174,17 +175,18 @@ export default function LandingPage() { description="Fill out the form below, and we'll call you within 10 minutes to confirm your appointment. Same-day consultation available!\n\n**Clinic Address:** A5, Kailash Colony, Block A, Greater Kailash, New Delhi, Delhi 110048\n**Phone:** 098101 93145\n**Hours:** Open · Closes 7 PM\n\n[Get Directions](https://www.google.com/maps/search/A5,+Kailash+Colony,+Block+A,+Greater+Kailash,+New+Delhi,+Delhi+110048)" imageSrc="http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg" imageAlt="Clinic interior with map" - mediaAnimation="opacity" + mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Your Name, Phone, Symptoms (optional), Preferred Time" buttonText="Request Appointment" termsText="We’ll call you within 10 minutes to confirm your appointment." onSubmit={() => alert('Appointment Requested!')} + tagAnimation="slide-up" />