diff --git a/src/app/page.tsx b/src/app/page.tsx index 458b754..85e9de9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -176,65 +91,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Luxe Veranda’s", - description: "Maatwerk veranda’s voor elk type woning.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Houtbouw van kwaliteit", - }, - { - icon: CheckCircle, - text: "Persoonlijk ontwerp", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-oasis-sunlit-dining-with-lush-greenery_23-2152008216.jpg?_wi=2", - imageAlt: "custom veranda architecture detail", + title: "Luxe Veranda’s", description: "Maatwerk veranda’s voor elk type woning.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg" }, + items: [{ icon: CheckCircle, text: "Houtbouw van kwaliteit" }, { icon: CheckCircle, text: "Persoonlijk ontwerp" }], + reverse: false }, { - title: "Serres & Tuinkamers", - description: "Geniet het hele jaar door van uw tuin.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Licht en comfort", - }, - { - icon: CheckCircle, - text: "Geïsoleerde oplossingen", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-worker_23-2147773330.jpg", - imageAlt: "custom veranda architecture detail", + title: "Serres & Tuinkamers", description: "Geniet het hele jaar door van uw tuin.", media: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg" }, + items: [{ icon: CheckCircle, text: "Licht en comfort" }, { icon: CheckCircle, text: "Geïsoleerde oplossingen" }], + reverse: true }, { - title: "Carports & Overkappingen", - description: "Functioneel design met stijl.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-sanding-wood-with-orbital-sander-workshop_23-2147944826.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Nette uitvoering", - }, - { - icon: CheckCircle, - text: "Duurzame materialen", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg?_wi=1", - imageAlt: "custom veranda architecture detail", - }, + title: "Carports & Overkappingen", description: "Functioneel design met stijl.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-sanding-wood-with-orbital-sander-workshop_23-2147944826.jpg" }, + items: [{ icon: CheckCircle, text: "Nette uitvoering" }, { icon: CheckCircle, text: "Duurzame materialen" }], + reverse: false + } ]} title="Onze Specialisaties" description="Hoogwaardige maatwerkoplossingen voor elke buitenruimte." @@ -246,49 +116,14 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + animationType="slide-up" products={[ - { - id: "1", - name: "Luxe Veranda Modern", - price: "Op aanvraag", - variant: "Veranda", - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg?_wi=2", - }, - { - id: "2", - name: "Landelijke Serre", - price: "Op aanvraag", - variant: "Serre", - imageSrc: "http://img.b2bpic.net/free-photo/brown-black-wooden-bench-near-glass-window_417767-129.jpg", - }, - { - id: "3", - name: "Moderne Tuinkamer", - price: "Op aanvraag", - variant: "Tuinkamer", - imageSrc: "http://img.b2bpic.net/free-photo/parasol-located-old-quarter-seville_268835-15507.jpg", - }, - { - id: "4", - name: "Design Carport", - price: "Op aanvraag", - variant: "Carport", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692243.jpg", - }, - { - id: "5", - name: "Glazen Schuifwand", - price: "Op aanvraag", - variant: "Maatwerk", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cement-seat-urban-park_23-2148328851.jpg", - }, - { - id: "6", - name: "Exclusieve Overkapping", - price: "Op aanvraag", - variant: "Maatwerk", - imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-116850.jpg", - }, + { id: "1", name: "Luxe Veranda Modern", price: "Op aanvraag", variant: "Veranda", imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg" }, + { id: "2", name: "Landelijke Serre", price: "Op aanvraag", variant: "Serre", imageSrc: "http://img.b2bpic.net/free-photo/brown-black-wooden-bench-near-glass-window_417767-129.jpg" }, + { id: "3", name: "Moderne Tuinkamer", price: "Op aanvraag", variant: "Tuinkamer", imageSrc: "http://img.b2bpic.net/free-photo/parasol-located-old-quarter-seville_268835-15507.jpg" }, + { id: "4", name: "Design Carport", price: "Op aanvraag", variant: "Carport", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692243.jpg" }, + { id: "5", name: "Glazen Schuifwand", price: "Op aanvraag", variant: "Maatwerk", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-cement-seat-urban-park_23-2148328851.jpg" }, + { id: "6", name: "Exclusieve Overkapping", price: "Op aanvraag", variant: "Maatwerk", imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-116850.jpg" } ]} title="Gerealiseerde Projecten" description="Een impressie van ons maatwerk vakmanschap." @@ -301,41 +136,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Familie Bakker", - role: "Klant", - testimonial: "Veel goede adviezen en super netjes gewerkt.", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg?_wi=2", - }, - { - id: "2", - name: "Klant 2", - role: "Klant", - testimonial: "Simon luistert naar je wensen en bedenkt slimme oplossingen.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg?_wi=2", - }, - { - id: "3", - name: "Klant 3", - role: "Klant", - testimonial: "Vakwerk geleverd vanaf het eerste gesprek.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg?_wi=2", - }, - { - id: "4", - name: "Klant 4", - role: "Klant", - testimonial: "Enorme aanrader voor iedereen.", - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg?_wi=2", - }, - { - id: "5", - name: "Klant 5", - role: "Klant", - testimonial: "Zeer tevreden over de snelle communicatie.", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176587.jpg?_wi=2", - }, + { id: "1", name: "Familie Bakker", role: "Klant", testimonial: "Veel goede adviezen en super netjes gewerkt.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg" }, + { id: "2", name: "Klant 2", role: "Klant", testimonial: "Simon luistert naar je wensen en bedenkt slimme oplossingen.", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg" }, + { id: "3", name: "Klant 3", role: "Klant", testimonial: "Vakwerk geleverd vanaf het eerste gesprek.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg" }, + { id: "4", name: "Klant 4", role: "Klant", testimonial: "Enorme aanrader voor iedereen.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg" }, + { id: "5", name: "Klant 5", role: "Klant", testimonial: "Zeer tevreden over de snelle communicatie.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176587.jpg" } ]} title="Wat Klanten Zeggen" description="Ervaringen met De Veranda Man." @@ -347,36 +152,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "1. Kennismaking", - content: "We bespreken uw wensen aan huis.", - }, - { - id: "2", - title: "2. Advies & Ontwerp", - content: "Samen maken we een ontwerp op maat.", - }, - { - id: "3", - title: "3. Offerte", - content: "Een heldere offerte zonder verrassingen.", - }, - { - id: "4", - title: "4. Planning", - content: "We plannen de werkzaamheden in.", - }, - { - id: "5", - title: "5. Realisatie", - content: "Vakmanschap bij u thuis.", - }, - { - id: "6", - title: "6. Oplevering", - content: "Genieten van uw nieuwe buitenruimte.", - }, + { id: "1", title: "1. Kennismaking", content: "We bespreken uw wensen aan huis." }, + { id: "2", title: "2. Advies & Ontwerp", content: "Samen maken we een ontwerp op maat." }, + { id: "3", title: "3. Offerte", content: "Een heldere offerte zonder verrassingen." }, + { id: "4", title: "4. Planning", content: "We plannen de werkzaamheden in." }, + { id: "5", title: "5. Realisatie", content: "Vakmanschap bij u thuis." }, + { id: "6", title: "6. Oplevering", content: "Genieten van uw nieuwe buitenruimte." } ]} title="Het Proces" description="In 6 stappen naar uw droomveranda." @@ -389,21 +170,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Wat zijn de kosten?", - content: "Elk project is maatwerk. Vraag een offerte aan voor een prijsindicatie.", - }, - { - id: "q2", - title: "Hoe lang is de levertijd?", - content: "In overleg plannen we de realisatie in.", - }, - { - id: "q3", - title: "Werken jullie in heel Nederland?", - content: "Ja, wij zijn actief door heel Nederland.", - }, + { id: "q1", title: "Wat zijn de kosten?", content: "Elk project is maatwerk. Vraag een offerte aan voor een prijsindicatie." }, + { id: "q2", title: "Hoe lang is de levertijd?", content: "In overleg plannen we de realisatie in." }, + { id: "q3", title: "Werken jullie in heel Nederland?", content: "Ja, wij zijn actief door heel Nederland." } ]} title="Veelgestelde Vragen" description="Antwoorden op uw vragen over veranda's." @@ -417,36 +186,12 @@ export default function LandingPage() { title="Vraag Vandaag Nog Uw Gratis Veranda Advies Aan" description="Neem direct contact op via het formulier, WhatsApp of telefoon." inputs={[ - { - name: "name", - type: "text", - placeholder: "Uw naam", - required: true, - }, - { - name: "phone", - type: "tel", - placeholder: "Telefoonnummer", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "E-mailadres", - required: true, - }, - { - name: "city", - type: "text", - placeholder: "Woonplaats", - required: true, - }, + { name: "name", type: "text", placeholder: "Uw naam", required: true }, + { name: "phone", type: "tel", placeholder: "Telefoonnummer", required: true }, + { name: "email", type: "email", placeholder: "E-mailadres", required: true }, + { name: "city", type: "text", placeholder: "Woonplaats", required: true } ]} - textarea={{ - name: "message", - placeholder: "Beschrijf uw wensen", - required: true, - }} + textarea={{ name: "message", placeholder: "Beschrijf uw wensen", required: true }} imageSrc="http://img.b2bpic.net/free-photo/woman-with-smartphone-sitting-cafe_23-2147771342.jpg" /> @@ -454,14 +199,8 @@ export default function LandingPage() {