2 Commits

Author SHA1 Message Date
b17c8da8b7 Update src/app/page.tsx 2026-05-01 10:38:38 +00:00
61ad01a1ac Merge version_2 into main
Merge version_2 into main
2026-05-01 10:36:18 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
button={{ button={{
text: "Book Now", href: "#contact"}} text: "Book Now", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"}}
brandName="Popovic Dentist" brandName="Popovic Dentist"
/> />
</div> </div>
@@ -71,7 +71,7 @@ export default function LandingPage() {
avatarText="4.9★ average · International patients welcome" avatarText="4.9★ average · International patients welcome"
buttons={[ buttons={[
{ {
text: "Book a Consultation", href: "#contact"}, text: "Book a Consultation", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"},
{ {
text: "See Patient Stories", href: "#testimonials"}, text: "See Patient Stories", href: "#testimonials"},
]} ]}
@@ -249,7 +249,7 @@ export default function LandingPage() {
text="Ready to transform your smile? Call us at 021451637 or email vukasinpopovic@gmail.com to book your consultation today." text="Ready to transform your smile? Call us at 021451637 or email vukasinpopovic@gmail.com to book your consultation today."
buttons={[ buttons={[
{ {
text: "Book a Consultation", href: "#"}, text: "Book a Consultation", onClick: () => window.location.href = "mailto:vukasinpopovic@gmail.com?subject=Consultation Booking"},
]} ]}
/> />
</div> </div>