Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-03-03 12:08:58 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"
/>