Update src/app/about/page.tsx
This commit is contained in:
@@ -26,34 +26,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Over mij",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Over mij", id: "/about"},
|
||||
{
|
||||
name: "Diensten",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Diensten", id: "/services"},
|
||||
{
|
||||
name: "Coaching",
|
||||
id: "/coaching",
|
||||
},
|
||||
name: "Coaching", id: "/coaching"},
|
||||
{
|
||||
name: "Producten",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Producten", id: "/products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Plan een kennismaking",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Plan een kennismaking", href: "/contact"}}
|
||||
brandName="Wiona at Work"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,36 +62,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "wiona",
|
||||
groupTitle: "Mijn Kernwaarden & Visie",
|
||||
members: [
|
||||
id: "wiona", groupTitle: "Mijn Kernwaarden & Visie", members: [
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
],
|
||||
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",
|
||||
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="De Visie Achter Wiona at Work"
|
||||
@@ -115,67 +79,42 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="Wiona at Work"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigatie",
|
||||
items: [
|
||||
title: "Navigatie", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Over mij",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Over mij", href: "/about"},
|
||||
{
|
||||
label: "Diensten",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Diensten", href: "/services"},
|
||||
{
|
||||
label: "Coaching",
|
||||
href: "/coaching",
|
||||
},
|
||||
label: "Coaching", href: "/coaching"},
|
||||
{
|
||||
label: "Producten",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Producten", href: "/products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Diensten",
|
||||
items: [
|
||||
title: "Diensten", items: [
|
||||
{
|
||||
label: "Virtual Assistant",
|
||||
href: "/services#va-diensten",
|
||||
},
|
||||
label: "Virtual Assistant", href: "/services#va-diensten"},
|
||||
{
|
||||
label: "Sales Support",
|
||||
href: "/services#sales-support",
|
||||
},
|
||||
label: "Sales Support", href: "/services#sales-support"},
|
||||
{
|
||||
label: "Technische VA",
|
||||
href: "/services#technische-va",
|
||||
},
|
||||
label: "Technische VA", href: "/services#technische-va"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacybeleid",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacybeleid", href: "#"},
|
||||
{
|
||||
label: "Algemene Voorwaarden",
|
||||
href: "#",
|
||||
},
|
||||
label: "Algemene Voorwaarden", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user