Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6798ed8a89 | |||
| e23668d218 | |||
| 7c97781378 | |||
| f54796ebbb | |||
| be6fc6effc |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user