From d5931a97205c9cf8d771810b14d55628203358ec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:44:02 +0000 Subject: [PATCH 1/2] Add src/app/faq/page.tsx --- src/app/faq/page.tsx | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/app/faq/page.tsx diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx new file mode 100644 index 0000000..aa1839f --- /dev/null +++ b/src/app/faq/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function FaqPage() { + return ( + + + + + + + + + + ); +} \ No newline at end of file -- 2.49.1 From 067f07bb60326b0fe0ec5a686222f9f8e94643d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:44:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 330 ++++------------------------------------------- 1 file changed, 23 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 265dae4..a1c235e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,11 @@ export default function LandingPage() { @@ -170,62 +76,6 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - products={[ - { - id: "p1", - brand: "Correct", - name: "Kunststof Kozijnen", - price: "Vanaf €450", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-organic-vegetables-kitchen_23-2148672866.jpg?_wi=2", - }, - { - id: "p2", - brand: "Correct", - name: "Aluminium Kozijnen", - price: "Vanaf €600", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/down-angle-arched-windows-old-beautiful-building-with-sky-trees-reflection-glass_158595-6376.jpg?_wi=2", - }, - { - id: "p3", - brand: "Correct", - name: "Houten Kozijnen", - price: "Vanaf €550", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/modern-white-building-with-panoramic-windows_114579-12062.jpg?_wi=2", - }, - { - id: "p4", - brand: "Correct", - name: "Schuifpuien", - price: "Vanaf €1200", - rating: 5, - reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/view-mexican-urban-architecture-culture_23-2149749980.jpg", - }, - { - id: "p5", - brand: "Correct", - name: "Draai-kiepramen", - price: "Vanaf €300", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-building-skyscraper-with-window-glass-pattern_74190-856.jpg", - }, - { - id: "p6", - brand: "Correct", - name: "Voordeuren", - price: "Vanaf €900", - rating: 5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-tablet-near-window_23-2147769535.jpg", - }, - ]} title="Onze Producten" description="Ontdek ons uitgebreide assortiment aan duurzame kozijnen." /> @@ -235,23 +85,6 @@ export default function LandingPage() { @@ -262,28 +95,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - metrics={[ - { - id: "m1", - icon: CheckCircle, - title: "Projecten voltooid", - value: "1500+", - }, - { - id: "m2", - icon: Award, - title: "Jaren ervaring", - value: "20+", - }, - { - id: "m3", - icon: Smile, - title: "Tevreden klanten", - value: "98%", - }, - ]} title="Onze Prestaties" description="Cijfers die voor zich spreken in de bouwsector." + metrics={[ + { id: "m1", icon: CheckCircle, title: "Projecten voltooid", value: "1500+" }, + { id: "m2", icon: Award, title: "Jaren ervaring", value: "20+" }, + { id: "m3", icon: Smile, title: "Tevreden klanten", value: "98%" }, + ]} /> @@ -292,130 +110,28 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Familie Jansen", - handle: "@fjansen", - testimonial: "De nieuwe kozijnen zien er prachtig uit!", - imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", - }, - { - id: "t2", - name: "Dhr. Pieters", - handle: "@dpieters", - testimonial: "Uitstekende isolatie en vakwerk.", - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", - }, - { - id: "t3", - name: "Mevr. de Boer", - handle: "@mdeboer", - testimonial: "Snel en professioneel geplaatst.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg", - }, - { - id: "t4", - name: "Erik Smit", - handle: "@esmit", - testimonial: "Zeer tevreden over de communicatie.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-decorating-front-door-outside_23-2150562157.jpg", - }, - { - id: "t5", - name: "Anna Kuiper", - handle: "@akuiper", - testimonial: "Echte aanrader voor nieuwe kozijnen.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg", - }, - ]} title="Wat onze klanten zeggen" description="Ervaringen met Correct Kozijnen." /> -
- -
-