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