diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3c45284..78c8205 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -69,7 +69,7 @@ export default function ContactPage() { imagePosition="right" mediaAnimation="opacity" buttons={[ - { text: "Bel Nou: 082 452 9260", href: "tel:0824529260" }, + { text: "Call Now: 082 452 9260", href: "tel:0824529260" }, { text: "Epos", href: "mailto:info@jacqueslouw.co.za" }, ]} buttonAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index d883453..a540d4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function HomePage() { imagePosition="right" mediaAnimation="opacity" buttons={[ - { text: "Boek Afspraak Nou", href: "/contact" }, - { text: "Bel Nou: 082 452 9260", href: "tel:0824529260" }, + { text: "Book appointment now", href: "/contact" }, + { text: "Call Now: 082 452 9260", href: "tel:0824529260" }, ]} buttonAnimation="slide-up" />