4 Commits

Author SHA1 Message Date
3441909c3a Merge version_3 into main
Merge version_3 into main
2026-04-05 07:12:28 +00:00
eef973f38d Update src/app/page.tsx 2026-04-05 07:12:25 +00:00
2bb03213e3 Merge version_2 into main
Merge version_2 into main
2026-04-05 07:10:11 +00:00
5bf0e64020 Update src/app/page.tsx 2026-04-05 07:10:05 +00:00

View File

@@ -89,7 +89,7 @@ export default function AsrafDentalPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Book Consultation", href: "#contact" } { text: "Book Your Free Consultation", href: "#contact" }
]} ]}
/> />
</div> </div>
@@ -163,7 +163,7 @@ export default function AsrafDentalPage() {
mediaPosition="right" mediaPosition="right"
mediaAnimation="slide-up" mediaAnimation="slide-up"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Book Now" buttonText="Request My Consultation"
termsText="By requesting an appointment, you agree to our privacy policy and dental care terms." termsText="By requesting an appointment, you agree to our privacy policy and dental care terms."
/> />
</div> </div>