Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:34:51 +00:00
parent 160e147d66
commit b3fe4f6f03

View File

@@ -64,7 +64,7 @@ export default function HomePage() {
<HeroSplit
title="Jy hoef nie alleen deur moeilike tye te gaan nie."
description="Professionele, vertroulike sielkundige ondersteuning in Mosselbaai. Ek bied terapie vir individue en stelle wat met depressie, angs, rouwverwerking en lewensoorgange worstel."
tag="Vertroulik • Private Praktyk"
tag="Vertroulig • Private Praktyk"
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg?_wi=1"
@@ -72,7 +72,7 @@ export default function HomePage() {
imagePosition="right"
mediaAnimation="opacity"
buttons={[
{ text: "Maak 'n Afspraak", href: "/contact" },
{ text: "Boek Afspraak Nou", href: "/contact" },
{ text: "Bel Nou: 082 452 9260", href: "tel:0824529260" },
]}
buttonAnimation="slide-up"
@@ -182,4 +182,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}