Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 11:27:55 +00:00
parent a2fac3c738
commit 2d33a4dba3

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Vinnige Skakels",
items: [
title: "Vinnige Skakels", items: [
{ label: "Tuis", href: "/" },
{ label: "Oor My", href: "/about" },
{ label: "Dienste", href: "/services" },
@@ -27,16 +26,14 @@ export default function ContactPage() {
],
},
{
title: "Kontak",
items: [
title: "Kontak", items: [
{ label: "Bel: 082 452 9260", href: "tel:0824529260" },
{ label: "16 Malva Rd, Dana Bay", href: "#" },
{ label: "Mosselbaai, 6510", href: "#" },
],
},
{
title: "Beleid",
items: [
title: "Beleid", items: [
{ label: "Privacybeleid", href: "#" },
{ label: "Voorwaardes", href: "#" },
],
@@ -67,7 +64,7 @@ export default function ContactPage() {
tag="Kom Nader"
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=5"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg"
imageAlt="Terapiekamer"
imagePosition="right"
mediaAnimation="opacity"
@@ -87,7 +84,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg"
imageAlt="Terapiekamer"
mediaAnimation="opacity"
mediaPosition="left"
@@ -109,35 +106,17 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "1",
title: "Wat is jou kontaknommer?",
content: "082 452 9260. Ek bel jou graag terug op 'n tyd wat vir jou gemaklik is.",
},
id: "1", title: "Wat is jou kontaknommer?", content: "082 452 9260. Ek bel jou graag terug op 'n tyd wat vir jou gemaklik is."},
{
id: "2",
title: "Waar is jou praktyk geleë?",
content: "16 Malva Rd, Dana Bay, Mosselbaai, 6510. Daar is maklike parkering en jy sal 'n rustige, ondersteuningsvolle omgewing vind.",
},
id: "2", title: "Waar is jou praktyk geleë?", content: "16 Malva Rd, Dana Bay, Mosselbaai, 6510. Daar is maklike parkering en jy sal 'n rustige, ondersteuningsvolle omgewing vind."},
{
id: "3",
title: "Wat kan ek verwag in my eerste sessie?",
content: "Die eerste sessie is 50 minute lank. Ons sal oor jou behoeftes en doele praat. Daar is geen oordeel of druk—net mededoging.",
},
id: "3", title: "Wat kan ek verwag in my eerste sessie?", content: "Die eerste sessie is 50 minute lank. Ons sal oor jou behoeftes en doele praat. Daar is geen oordeel of druk—net mededoging."},
{
id: "4",
title: "Hoe boek ek 'n afspraak?",
content: "Bel 082 452 9260 of voeg jou e-posadres in die vorm in. Ek sal jou bel om 'n tyd in te stel wat vir jou pas.",
},
id: "4", title: "Hoe boek ek 'n afspraak?", content: "Bel 082 452 9260 of voeg jou e-posadres in die vorm in. Ek sal jou bel om 'n tyd in te stel wat vir jou pas."},
{
id: "5",
title: "Wat is jou tariewe?",
content: "Tariewe is skaleerbaar op grond van jou situasie. Raadpleeg my op 082 452 9260 vir besonderhede.",
},
id: "5", title: "Wat is jou tariewe?", content: "Tariewe is skaleerbaar op grond van jou situasie. Raadpleeg my op 082 452 9260 vir besonderhede."},
{
id: "6",
title: "Bied jy online sesies aan?",
content: "Ja, ek bied veilige, vertroulike online sesies aan vir diegene wat nie in persoon kan kom nie.",
},
id: "6", title: "Bied jy online sesies aan?", content: "Ja, ek bied veilige, vertroulike online sesies aan vir diegene wat nie in persoon kan kom nie."},
]}
/>
</div>