Update src/app/about/page.tsx

This commit is contained in:
2026-06-03 03:18:34 +00:00
parent bdbceeff43
commit 477b63487a

View File

@@ -26,34 +26,20 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Over mij", name: "Over mij", id: "/about"},
id: "/about",
},
{ {
name: "Diensten", name: "Diensten", id: "/services"},
id: "/services",
},
{ {
name: "Coaching", name: "Coaching", id: "/coaching"},
id: "/coaching",
},
{ {
name: "Producten", name: "Producten", id: "/products"},
id: "/products",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Plan een kennismaking", text: "Plan een kennismaking", href: "/contact"}}
href: "/contact",
}}
brandName="Wiona at Work" brandName="Wiona at Work"
/> />
</div> </div>
@@ -76,36 +62,14 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
groups={[ groups={[
{ {
id: "wiona", id: "wiona", groupTitle: "Mijn Kernwaarden & Visie", members: [
groupTitle: "Mijn Kernwaarden & Visie",
members: [
{ {
id: "expertise", id: "expertise", title: "Expertise en Professionaliteit", subtitle: "Kwaliteit & Resultaatgericht", detail: "Elke dienst wordt met de hoogste zorg en expertise uitgevoerd, met een constante focus op concrete resultaten voor jouw onderneming.", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929559.jpg", imageAlt: "Vrouw werkt aan een laptop"},
title: "Expertise en Professionaliteit",
subtitle: "Kwaliteit & Resultaatgericht",
detail: "Elke dienst wordt met de hoogste zorg en expertise uitgevoerd, met een constante focus op concrete resultaten voor jouw onderneming.",
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-office-with-client_23-2148929559.jpg",
imageAlt: "Vrouw werkt aan een laptop",
},
{ {
id: "partnerschap", id: "partnerschap", title: "Partnerschap & Vertrouwen", subtitle: "Samenwerken aan Succes", detail: "Ik bouw aan langdurige relaties gebaseerd op wederzijds vertrouwen en open communicatie, als een verlengstuk van jouw team.", imageSrc: "http://img.b2bpic.net/free-photo/image-successful-businesswoman-having-telephone-conversation-office-with-glass-wall_1258-194751.jpg", imageAlt: "Vrouw met mobiele telefoon"},
title: "Partnerschap & Vertrouwen",
subtitle: "Samenwerken aan Succes",
detail: "Ik bouw aan langdurige relaties gebaseerd op wederzijds vertrouwen en open communicatie, als een verlengstuk van jouw team.",
imageSrc: "http://img.b2bpic.net/free-photo/image-successful-businesswoman-having-telephone-conversation-office-with-glass-wall_1258-194751.jpg",
imageAlt: "Vrouw met mobiele telefoon",
},
{ {
id: "innovatie", id: "innovatie", title: "Innovatie & Flexibiliteit", subtitle: "Vooruitstrevend & Adaptief", detail: "In een snel veranderende wereld pas ik me aan en implementeer ik de nieuwste tools en strategieën voor maximale efficiëntie.", imageSrc: "http://img.b2bpic.net/free-photo/armchair-furniture-sketch-plan-draft_53876-16425.jpg", imageAlt: "Vrouw die op een tablet werkt"},
title: "Innovatie & Flexibiliteit", ]
subtitle: "Vooruitstrevend & Adaptief",
detail: "In een snel veranderende wereld pas ik me aan en implementeer ik de nieuwste tools en strategieën voor maximale efficiëntie.",
imageSrc: "http://img.b2bpic.net/free-photo/armchair-furniture-sketch-plan-draft_53876-16425.jpg",
imageAlt: "Vrouw die op een tablet werkt",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-taking-notes-high-angle_23-2149455518.jpg?_wi=2",
imageAlt: "professional woman at desk smiling virtual assistant",
}, },
]} ]}
title="De Visie Achter Wiona at Work" title="De Visie Achter Wiona at Work"
@@ -115,67 +79,42 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-office-work-desk_1048-6609.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-office-work-desk_1048-6609.jpg"
imageAlt="Vrouw werkend aan bureau met laptop" imageAlt="Vrouw werkend aan bureau met laptop"
logoText="Wiona at Work" logoText="Wiona at Work"
columns={[ columns={[
{ {
title: "Navigatie", title: "Navigatie", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Over mij", label: "Over mij", href: "/about"},
href: "/about",
},
{ {
label: "Diensten", label: "Diensten", href: "/services"},
href: "/services",
},
{ {
label: "Coaching", label: "Coaching", href: "/coaching"},
href: "/coaching",
},
{ {
label: "Producten", label: "Producten", href: "/products"},
href: "/products",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Diensten", title: "Diensten", items: [
items: [
{ {
label: "Virtual Assistant", label: "Virtual Assistant", href: "/services#va-diensten"},
href: "/services#va-diensten",
},
{ {
label: "Sales Support", label: "Sales Support", href: "/services#sales-support"},
href: "/services#sales-support",
},
{ {
label: "Technische VA", label: "Technische VA", href: "/services#technische-va"},
href: "/services#technische-va",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacybeleid", label: "Privacybeleid", href: "#"},
href: "#",
},
{ {
label: "Algemene Voorwaarden", label: "Algemene Voorwaarden", href: "#"},
href: "#",
},
], ],
}, },
]} ]}