5 Commits

Author SHA1 Message Date
6798ed8a89 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:05:33 +00:00
e23668d218 Update src/app/page.tsx 2026-03-10 13:05:27 +00:00
7c97781378 Merge version_1 into main
Merge version_1 into main
2026-03-10 12:58:04 +00:00
f54796ebbb Merge version_1 into main
Merge version_1 into main
2026-03-10 12:56:58 +00:00
be6fc6effc Merge version_1 into main
Merge version_1 into main
2026-03-10 12:55:48 +00:00

View File

@@ -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"
/>
</div>
@@ -193,6 +197,10 @@ export default function LandingPage() {
]}
animationType="slide-up"
speed={40}
buttons={[
{ text: "Share Your Experience", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -230,6 +238,10 @@ export default function LandingPage() {
}
]}
faqsAnimation="slide-up"
buttons={[
{ text: "Still Have Questions?", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -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"