diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a10d1b..98bc5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Calendar, Heart, HelpCircle, Stethoscope, Star, Users } from "lucide-react"; +import { Calendar, Heart, HelpCircle, Stethoscope, Star, Users, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -136,6 +136,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Explore Services", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -193,6 +197,10 @@ export default function LandingPage() { ]} animationType="slide-up" speed={40} + buttons={[ + { text: "Share Your Experience", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -230,6 +238,10 @@ export default function LandingPage() { } ]} faqsAnimation="slide-up" + buttons={[ + { text: "Still Have Questions?", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -239,7 +251,7 @@ export default function LandingPage() { tagIcon={Calendar} tagAnimation="slide-up" title="Book Your Consultation Today" - description="Schedule an appointment with Dr. Priyadarshi Vaibhav. Your healthier smile starts here." + description="Schedule an appointment with Dr. Priyadarshi Vaibhav. Your healthier smile starts here. Get expert care, personalized treatment, and exceptional results." background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} inputPlaceholder="Enter your email"