Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eb886dc50 | |||
| 6cb5083ac8 | |||
| ea342701ff | |||
| 3b68fdc48a | |||
| 53a47c11e6 | |||
| 1af021d572 | |||
| 0227c6c6bf | |||
| 536f7b01a0 | |||
| f4053b5fc2 | |||
| ee7cde01bb | |||
| 48e33889da | |||
| fb40331517 |
@@ -45,28 +45,20 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
<div id="about-metrics" data-section="about-metrics">
|
<div id="about-metrics" data-section="about-metrics">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Dak en Isolatie B.V. - Meer dan 30 jaar expertise in dakdekking en isolatie"
|
title="Dak en Isolatie B.V. - Uw betrouwbare partner voor dakdekking en isolatie"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Ervaren Vakmensen",
|
label: "Ervaren Vakmensen", value: "30+"},
|
||||||
value: "30+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Jaren Ervaring",
|
label: "Tevreden Klanten", value: "300+"},
|
||||||
value: "30",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
label: "Tevreden Klanten",
|
label: "Google Reviews", value: "90+"},
|
||||||
value: "500+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
label: "Garantie op Werk",
|
label: "Garantie op Werk", value: "100%"},
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -79,32 +71,14 @@ export default function AboutPage() {
|
|||||||
description="Met passie en vakmanschap zorgen wij voor daken die bestand zijn tegen alles wat de tijd brengt"
|
description="Met passie en vakmanschap zorgen wij voor daken die bestand zijn tegen alles wat de tijd brengt"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "Kwaliteit", title: "Beste Materialen", description: "Alleen de beste materialen en technieken toegepast", imageSrc:
|
||||||
value: "Kwaliteit",
|
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=7", imageAlt: "Kwaliteitswerk"},
|
||||||
title: "Beste Materialen",
|
|
||||||
description: "Alleen de beste materialen en technieken toegepast",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=7",
|
|
||||||
imageAlt: "Kwaliteitswerk",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "Betrouwbaarheid", title: "Altijd Beschikbaar", description: "24-uurse ondersteuning en snelle respons op noodreparaties", imageSrc:
|
||||||
value: "Betrouwbaarheid",
|
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=5", imageAlt: "Professioneel team"},
|
||||||
title: "Altijd Beschikbaar",
|
|
||||||
description: "24-uurse ondersteuning en snelle respons op noodreparaties",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=5",
|
|
||||||
imageAlt: "Professioneel team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "Duurzaamheid", title: "Milieubewust", description: "Ondersteunende oplossingen met aandacht voor het milieu", imageSrc:
|
||||||
value: "Duurzaamheid",
|
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=5", imageAlt: "Duurzame isolatie"},
|
||||||
title: "Milieubewust",
|
|
||||||
description: "Ondersteunende oplossingen met aandacht voor het milieu",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=5",
|
|
||||||
imageAlt: "Duurzame isolatie",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -120,62 +94,37 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2024 Dak en Isolatie B.V. Alle rechten voorbehouden."
|
copyrightText="© 2024 Dak en Isolatie B.V. Alle rechten voorbehouden."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Diensten",
|
title: "Diensten", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Daklekkage Reparatie",
|
label: "Daklekkage Reparatie", href: "/#services"},
|
||||||
href: "/#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Dakrenovatie",
|
label: "Dakrenovatie", href: "/#services"},
|
||||||
href: "/#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Dakisolatie",
|
label: "Dakisolatie", href: "/#services"},
|
||||||
href: "/#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Platte Daken",
|
label: "Platte Daken", href: "/#services"},
|
||||||
href: "/#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Zink- en Loodwerk",
|
label: "Zink- en Loodwerk", href: "/#services"},
|
||||||
href: "/#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Bedrijf",
|
title: "Bedrijf", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Over Ons",
|
label: "Over Ons", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/#testimonials"},
|
||||||
href: "/#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Werkgebied",
|
label: "Werkgebied", href: "/#service-areas"},
|
||||||
href: "/#service-areas",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "📞 085-0607091",
|
label: "📞 085-0607091", href: "tel:085-0607091"},
|
||||||
href: "tel:085-0607091",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "📧 dakenisolatiebv@gmail.com",
|
label: "📧 dakenisolatiebv@gmail.com", href: "mailto:dakenisolatiebv@gmail.com"},
|
||||||
href: "mailto:dakenisolatiebv@gmail.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "📍 Posthoornstraat 17, 3011 WD Rotterdam",
|
label: "📍 Posthoornstraat 17, 3011 WD Rotterdam", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
157
src/app/page.tsx
157
src/app/page.tsx
@@ -59,20 +59,22 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="Betrouwbare Dakdekker"
|
logoText="Betrouwbare Dakdekker"
|
||||||
description="Daklekkage, renovatie of isolatie nodig? Onze experts staan klaar. 30+ jaar ervaring, gratis offerte, garantie op werk."
|
description="Daklekkage, renovatie of isolatie nodig? Onze experts staan klaar. Professioneel, betrouwbaar, en altijd beschikbaar."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "📞 Bel direct", href: "tel:085-0607091"},
|
text: "📞 Bel direct", href: "tel:085-0607091"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "📩 Gratis offerte", href: "#contact"},
|
text: "📩 Gratis offerte", href: "#contact"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg"
|
||||||
imageAlt="Professionele dakdekker aan het werk"
|
imageAlt="Professionele dakdekker aan het werk"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
descriptionClassName="relative pb-4 after:content-['\2713_500+_tevreden_klanten_|_⭐_4.9/5_rating'] after:block after:text-sm after:text-gray-600 after:dark:text-gray-400 after:mt-2 after:font-normal"
|
descriptionClassName="relative pb-4 after:content-['300+_tevreden_klanten_•_90+_Google_reviews_•_4.7/5_⭐'] after:block after:text-sm after:text-gray-600 after:dark:text-gray-400 after:mt-3 after:font-normal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -88,10 +90,12 @@ export default function HomePage() {
|
|||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=1", imageAlt: "Daklekkage reparatie"},
|
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=1", imageAlt: "Daklekkage reparatie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1", imageAlt: "Roof leak sealing"},
|
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1", imageAlt: "Roof leak sealing"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -100,10 +104,12 @@ export default function HomePage() {
|
|||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2", imageAlt: "Dakrenovatie project"},
|
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2", imageAlt: "Dakrenovatie project"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=1", imageAlt: "Roof renovation work"},
|
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=1", imageAlt: "Roof renovation work"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -112,10 +118,12 @@ export default function HomePage() {
|
|||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=1", imageAlt: "Dakisolatie installatie"},
|
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=1", imageAlt: "Dakisolatie installatie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=2", imageAlt: "Insulation work"},
|
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=2", imageAlt: "Insulation work"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -124,10 +132,12 @@ export default function HomePage() {
|
|||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=2", imageAlt: "Platte dak installatie"},
|
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=2", imageAlt: "Platte dak installatie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=2", imageAlt: "Flat roof maintenance"},
|
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=2", imageAlt: "Flat roof maintenance"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -136,10 +146,12 @@ export default function HomePage() {
|
|||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16096.jpg", imageAlt: "Zink- en loodwerk"},
|
"http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16096.jpg", imageAlt: "Zink- en loodwerk"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
imageSrc:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=3", imageAlt: "Metal roofing detail"},
|
"http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks-working-tablet-computer_342744-441.jpg?_wi=3", imageAlt: "Metal roofing detail"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -155,16 +167,20 @@ export default function HomePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Ervaren Vakmensen", value: "30+"},
|
label: "Ervaren Vakmensen", value: "30+"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
label: "Snelle Service", value: "24u"},
|
label: "Snelle Service", value: "24u"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: FileText,
|
icon: FileText,
|
||||||
label: "Gratis Offerte", value: "100%"},
|
label: "Gratis Offerte", value: "100%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
label: "Garantie", value: "100%"},
|
label: "Garantie", value: "100%"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -178,13 +194,16 @@ export default function HomePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "Stap 1", title: "Inspectie", description: "Grondige inspectie van uw dak", imageSrc:
|
id: "1", value: "Stap 1", title: "Inspectie", description: "Grondige inspectie van uw dak", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=3", imageAlt: "Dak inspectie"},
|
"http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg?_wi=3", imageAlt: "Dak inspectie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "Stap 2", title: "Offerte", description: "Gedetailleerde en bindende offerte", imageSrc:
|
id: "2", value: "Stap 2", title: "Offerte", description: "Gedetailleerde en bindende offerte", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=3", imageAlt: "Offerte presentatie"},
|
"http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=3", imageAlt: "Offerte presentatie"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "Stap 3", title: "Uitvoering", description: "Professionele uitvoering met garantie", imageSrc:
|
id: "3", value: "Stap 3", title: "Uitvoering", description: "Professionele uitvoering met garantie", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=3", imageAlt: "Werkuitvoering"},
|
"http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=3", imageAlt: "Werkuitvoering"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -192,30 +211,68 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="portfolio" data-section="portfolio">
|
||||||
|
<MetricCardEleven
|
||||||
|
title="Ons Portfolio"
|
||||||
|
description="Bekijk enkele projecten die wij succesvol hebben afgerond voor onze klanten"
|
||||||
|
metrics={[
|
||||||
|
{
|
||||||
|
id: "1", value: "Project", title: "Dakrenovatie", description: "Volledige dakerrenovatie met moderne materialen", imageSrc:
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlqHcP4ShvyU7UfI2VtBEnPE9s/uploaded-1773230177456-g0dhp3jh.png", imageAlt: "Dakrenovatie project"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", value: "Project", title: "Isolatiewerk", description: "Professionele isolatie installatie", imageSrc:
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlqHcP4ShvyU7UfI2VtBEnPE9s/uploaded-1773230177456-5n1juvin.jpg", imageAlt: "Isolatie project"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", value: "Project", title: "Daklekkage Reparatie", description: "Snelle en effectieve reparatie van daklekkage", imageSrc:
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlqHcP4ShvyU7UfI2VtBEnPE9s/uploaded-1773230177457-kccj91xj.jpg", imageAlt: "Daklekkage reparatie"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", value: "Project", title: "Platte Dak", description: "Installatie van een platte dak", imageSrc:
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlqHcP4ShvyU7UfI2VtBEnPE9s/uploaded-1773230177457-bpz9ej6k.jpg", imageAlt: "Platte dak project"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5", value: "Project", title: "Zink- en Loodwerk", description: "Decoratief zink- en loodwerk afwerking", imageSrc:
|
||||||
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlqHcP4ShvyU7UfI2VtBEnPE9s/uploaded-1773230177457-kqktraak.jpg", imageAlt: "Zink- en loodwerk"
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Jan de Vries", imageSrc:
|
id: "1", name: "Jan de Vries", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jan de Vries"},
|
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jan de Vries"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Maria Garcia", imageSrc:
|
id: "2", name: "Maria Garcia", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "Maria Garcia"},
|
"http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "Maria Garcia"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Peter Jansen", imageSrc:
|
id: "3", name: "Peter Jansen", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/ophthalmologist-patient-trying-new-glasses_23-2150923375.jpg", imageAlt: "Peter Jansen"},
|
"http://img.b2bpic.net/free-photo/ophthalmologist-patient-trying-new-glasses_23-2150923375.jpg", imageAlt: "Peter Jansen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Sophie Klein", imageSrc:
|
id: "4", name: "Sophie Klein", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/smiling-brunette-girl-with-confetti_23-2148135990.jpg", imageAlt: "Sophie Klein"},
|
"http://img.b2bpic.net/free-photo/smiling-brunette-girl-with-confetti_23-2148135990.jpg", imageAlt: "Sophie Klein"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Ruben Voort", imageSrc:
|
id: "5", name: "Ruben Voort", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/portrait-blonde-woman-eyeglasses-black-dress-holding-tea-cup-documents_197531-18145.jpg", imageAlt: "Ruben Voort"},
|
"http://img.b2bpic.net/free-photo/portrait-blonde-woman-eyeglasses-black-dress-holding-tea-cup-documents_197531-18145.jpg", imageAlt: "Ruben Voort"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Linda Vermeer", imageSrc:
|
id: "6", name: "Linda Vermeer", imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/mature-couple-with-insurance-agent_1398-4340.jpg", imageAlt: "Linda Vermeer"},
|
"http://img.b2bpic.net/free-photo/mature-couple-with-insurance-agent_1398-4340.jpg", imageAlt: "Linda Vermeer"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 500 tevreden klanten vertrouwen ons voor hun dakproblemen"
|
cardTitle="Over 300 tevreden klanten vertrouwen ons voor hun dakproblemen"
|
||||||
cardTag="4.9/5 sterren"
|
cardTag="4.7★ uit 90+ geverifieerde Google reviews - Lees onze beoordelingen"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -227,7 +284,8 @@ export default function HomePage() {
|
|||||||
description="Wij zijn actief in het hele Randstadgebied en omstreken"
|
description="Wij zijn actief in het hele Randstadgebied en omstreken"
|
||||||
tag="Waar we werken"
|
tag="Waar we werken"
|
||||||
names={[
|
names={[
|
||||||
"Rotterdam", "Breda", "Den Haag", "Utrecht", "Eindhoven", "Dordrecht", "Delft", "Zoetermeer"]}
|
"Rotterdam", "Breda", "Den Haag", "Utrecht", "Eindhoven", "Dordrecht", "Delft", "Zoetermeer"
|
||||||
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
@@ -241,9 +299,11 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "📞 Bel Nu", href: "tel:085-0607091"},
|
text: "📞 Bel Nu", href: "tel:085-0607091"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "📩 Offerte Aanvragen", href: "#contact"},
|
text: "📩 Offerte Aanvragen", href: "#contact"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -259,35 +319,46 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
title: "Diensten", items: [
|
title: "Diensten", items: [
|
||||||
{
|
{
|
||||||
label: "Daklekkage Reparatie", href: "/#services"},
|
label: "Daklekkage Reparatie", href: "/#services"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Dakrenovatie", href: "/#services"},
|
label: "Dakrenovatie", href: "/#services"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Dakisolatie", href: "/#services"},
|
label: "Dakisolatie", href: "/#services"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Platte Daken", href: "/#services"},
|
label: "Platte Daken", href: "/#services"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Zink- en Loodwerk", href: "/#services"},
|
label: "Zink- en Loodwerk", href: "/#services"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Bedrijf", items: [
|
title: "Bedrijf", items: [
|
||||||
{
|
{
|
||||||
label: "Over Ons", href: "/about"},
|
label: "Over Ons", href: "/about"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Reviews", href: "/#testimonials"},
|
label: "Reviews", href: "/#testimonials"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Werkgebied", href: "/#service-areas"},
|
label: "Werkgebied", href: "/#service-areas"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "📞 085-0607091", href: "tel:085-0607091"},
|
label: "📞 085-0607091", href: "tel:085-0607091"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "📧 dakenisolatiebv@gmail.com", href: "mailto:dakenisolatiebv@gmail.com"},
|
label: "📧 dakenisolatiebv@gmail.com", href: "mailto:dakenisolatiebv@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "📍 Posthoornstraat 17, 3011 WD Rotterdam", href: "#contact"},
|
label: "📍 Posthoornstraat 17, 3011 WD Rotterdam", href: "#contact"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user