5 Commits

Author SHA1 Message Date
40c46cba21 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:05:06 +00:00
f7fb7b18ff Update src/app/page.tsx 2026-03-03 09:05:00 +00:00
56c3998731 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:41:10 +00:00
6464fa2c7d Merge version_1 into main
Merge version_1 into main
2026-03-03 07:39:06 +00:00
f5afbf2bc4 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:37:21 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book Appointment", href: "#contact" }}
button={{ text: "Claim Your Free Consultation", href: "#contact" }}
animateOnLoad={true}
/>
</div>
@@ -198,7 +198,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email address"
buttonText="Book Appointment"
buttonText="Claim Your Free Consultation"
termsText="By booking, you agree to our Terms and Privacy Policy."
/>
</div>