Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5484f300e | |||
| 1c8446c957 | |||
| a43d91fba6 | |||
| f893e61130 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
avatarText="Trusted by 2,000+ satisfied patients"
|
avatarText="Trusted by 2,000+ satisfied patients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Emergency Appointment", href: "contact" },
|
{ text: "Book Emergency Appointment", href: "contact" },
|
||||||
{ text: "Call Now: +91-XXXX-XXXX", href: "#" }
|
{ text: "Chat with Dentist Now", href: "contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -102,6 +102,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Schedule Emergency Care", href: "contact" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user