5 Commits

Author SHA1 Message Date
54666a7e01 Merge version_3 into main
Merge version_3 into main
2026-03-12 06:14:37 +00:00
a5484f300e Update src/app/page.tsx 2026-03-12 06:14:33 +00:00
1c8446c957 Merge version_2 into main
Merge version_2 into main
2026-03-12 06:11:38 +00:00
a43d91fba6 Update src/app/page.tsx 2026-03-12 06:11:34 +00:00
f893e61130 Merge version_1 into main
Merge version_1 into main
2026-03-12 06:10:34 +00:00

View File

@@ -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>