Merge version_3 into main #27

Merged
bender merged 4 commits from version_3 into main 2026-03-03 12:47:04 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ export default function AboutPage() {
{
title: "Vinnige Skakels", items: [
{ label: "Tuis", href: "/" },
{ label: "Oor My", href: "/about" },
{ label: "About Me", href: "/about" },
{ label: "Dienste", href: "/services" },
{ label: "Kontak", href: "/contact" },
],
@@ -87,7 +87,7 @@ export default function AboutPage() {
<div id="about-faq" data-section="about-faq">
<FaqDouble
title="Meer Oor My Praktyk"
title="Meer About Me Praktyk"
description="Antwoorde op vrae oor my agtergrond, benaderings en hoe ek kliente ondersteun."
tag="Veelgestelde Vrae"
textboxLayout="default"

View File

@@ -20,7 +20,7 @@ export default function ContactPage() {
{
title: "Vinnige Skakels", items: [
{ label: "Tuis", href: "/" },
{ label: "Oor My", href: "/about" },
{ label: "About Me", href: "/about" },
{ label: "Dienste", href: "/services" },
{ label: "Kontak", href: "/contact" },
],

View File

@@ -81,7 +81,7 @@ export default function HomePage() {
<div id="about" data-section="about">
<TextAbout
tag="Oor My"
tag="About Me"
title="
I believe that therapy is a safe space where your voice can be heard."
useInvertedBackground={false}

View File

@@ -20,7 +20,7 @@ export default function ServicesPage() {
{
title: "Vinnige Skakels", items: [
{ label: "Tuis", href: "/" },
{ label: "Oor My", href: "/about" },
{ label: "About Me", href: "/about" },
{ label: "Dienste", href: "/services" },
{ label: "Kontak", href: "/contact" },
],