Merge version_1 into main #1
112
src/app/page.tsx
112
src/app/page.tsx
@@ -29,46 +29,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Over mij",
|
||||
id: "about",
|
||||
},
|
||||
name: "Over mij", id: "about"},
|
||||
{
|
||||
name: "Aanbod",
|
||||
id: "services",
|
||||
},
|
||||
name: "Aanbod", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Harry van Els"
|
||||
button={{
|
||||
text: "Aanmelden",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Aanmelden", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Praktijk voor Psychotherapie en Coaching"
|
||||
description="Welkom. U kunt zich hier oriënteren op mijn praktijk en zich aanmelden voor psychotherapie, coaching of supervisie."
|
||||
buttons={[
|
||||
{
|
||||
text: "Aanmelden",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Aanmelden", href: "#contact"},
|
||||
{
|
||||
text: "Over mij",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Over mij", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-psychologist-s-office-talking-about-problems_1157-28346.jpg"
|
||||
imageAlt="Praktijk voor Psychotherapie"
|
||||
@@ -82,17 +67,11 @@ export default function LandingPage() {
|
||||
description="Ik ben psychotherapeut en klinisch psycholoog en werk sinds 1986 binnen de specialistische GGZ. Mijn eigen praktijk is gestart in januari 2017 en is gevestigd in Amsterdam, dichtbij het Leidseplein. Ik richt mij op de diagnostiek en behandeling van psychologische problemen en psychiatrische klachten bij volwassenen, van 25 tot 85 jaar."
|
||||
metrics={[
|
||||
{
|
||||
value: "35+",
|
||||
title: "Jaar ervaring",
|
||||
},
|
||||
value: "35+", title: "Jaar ervaring"},
|
||||
{
|
||||
value: "2017",
|
||||
title: "Praktijkstart",
|
||||
},
|
||||
value: "2017", title: "Praktijkstart"},
|
||||
{
|
||||
value: "25-85",
|
||||
title: "Doelgroep leeftijd",
|
||||
},
|
||||
value: "25-85", title: "Doelgroep leeftijd"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-sitting-table-cafe-working_1157-26433.jpg"
|
||||
imageAlt="Harry van Els"
|
||||
@@ -108,34 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
label: "Zorg",
|
||||
title: "Psychotherapie",
|
||||
items: [
|
||||
"Diagnostiek",
|
||||
"Behandeling",
|
||||
"Specialistische GGZ",
|
||||
],
|
||||
id: "p1", label: "Zorg", title: "Psychotherapie", items: [
|
||||
"Diagnostiek", "Behandeling", "Specialistische GGZ"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
label: "Begeleiding",
|
||||
title: "Coaching",
|
||||
items: [
|
||||
"Persoonlijke groei",
|
||||
"Werkgerelateerde vragen",
|
||||
"Balans",
|
||||
],
|
||||
id: "p2", label: "Begeleiding", title: "Coaching", items: [
|
||||
"Persoonlijke groei", "Werkgerelateerde vragen", "Balans"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
label: "Professioneel",
|
||||
title: "Supervisie",
|
||||
items: [
|
||||
"Begeleiding vakgenoten",
|
||||
"Professionele ontwikkeling",
|
||||
"Intervisie",
|
||||
],
|
||||
id: "p3", label: "Professioneel", title: "Supervisie", items: [
|
||||
"Begeleiding vakgenoten", "Professionele ontwikkeling", "Intervisie"],
|
||||
},
|
||||
]}
|
||||
title="Mijn Aanbod"
|
||||
@@ -145,6 +106,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
blogs={[]}
|
||||
title="Laatste Nieuws"
|
||||
description="Actuele berichten uit mijn praktijk."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -158,22 +122,14 @@ export default function LandingPage() {
|
||||
description="Neem gerust contact op voor een aanmelding of voor meer informatie."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Naam",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Naam", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-mailadres",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "E-mailadres", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Uw bericht",
|
||||
required: true,
|
||||
name: "message", placeholder: "Uw bericht", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimal-amazing-interior-design_23-2150534475.jpg"
|
||||
/>
|
||||
@@ -183,29 +139,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Praktijk",
|
||||
items: [
|
||||
title: "Praktijk", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Over mij",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Over mij", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Diensten",
|
||||
items: [
|
||||
title: "Diensten", items: [
|
||||
{
|
||||
label: "Psychotherapie",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Psychotherapie", href: "#services"},
|
||||
{
|
||||
label: "Coaching",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Coaching", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user