5 Commits

Author SHA1 Message Date
861c2249a4 Merge version_3 into main
Merge version_3 into main
2026-03-21 18:16:22 +00:00
59c3760311 Update src/app/page.tsx 2026-03-21 18:16:18 +00:00
06c86f99cb Merge version_2 into main
Merge version_2 into main
2026-03-21 18:10:13 +00:00
7bfb03feb2 Update src/app/page.tsx 2026-03-21 18:10:09 +00:00
ca497cf08a Merge version_1 into main
Merge version_1 into main
2026-03-21 18:06:55 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Book Appointment", href: "#contact"
text: "Schedule Your Appointment Now", href: "#contact"
}}
/>
</div>
@@ -51,7 +51,7 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Schedule Your Appointment Now", href: "#contact" },
{ text: "Call Now", href: "tel:+917205792463" }
]}
buttonAnimation="slide-up"