4 Commits

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