Update src/app/page.tsx

This commit is contained in:
2026-05-28 12:46:11 +00:00
parent ffa4ba9558
commit fdf0b25fff

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -11,9 +10,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, HelpCircle, Home, Sparkles, Star, Wallet, Wrench } from "lucide-react";
import { Award, HelpCircle, Sparkles, Star, Wallet, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,25 +34,15 @@ export default function LandingPage() {
{
name: "Home", id: "/"},
{
name: "Over Ons", id: "#about"},
name: "Contact", id: "/contact"},
{
name: "Diensten", id: "#features"},
{
name: "Projecten", id: "#products"},
{
name: "Prijsindicatie", id: "#pricing"},
{
name: "Partners", id: "#social-proof"},
{
name: "Getuigenissen", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
name: "About Us", id: "/about"}
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8zalug"
logoAlt="Vanderstraeten logo"
brandName="Vanderstraeten Sanitair-Verwarming"
button={{
text: "Contact", href: "#contact"
text: "Contact", href: "/contact"
}}
/>
</div>
@@ -67,33 +55,19 @@ export default function LandingPage() {
description="Uw betrouwbare partner voor sanitair, verwarming, airco & warmtepompen in Denderleeuw."
buttons={[
{
text: "Ontdek Onze Diensten", href: "#features"},
text: "Ontdek Onze Diensten", href: "/#features"},
{
text: "Vraag Offerte Aan", href: "#contact"},
text: "Vraag Offerte Aan", href: "/contact"},
{
text: "Bekijk Projecten", href: "#products"},
text: "Bekijk Projecten", href: "/#products"},
{
text: "Lees Meer Over Ons", href: "#about"},
text: "Lees Meer Over Ons", href: "/about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-matte-black-faucet-dark-kitchen-premium-interior-design-with-minimalist-furniture_169016-72709.jpg"
imageAlt="Installateur werkend aan verwarmingssysteem"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
tag="Over Ons"
tagIcon={Home}
tagAnimation="none"
title="Jong, Dynamisch en Klantgericht Vakmanschap"
description="Bij Vanderstraeten Sanitair-Verwarming combineren we modern vakmanschap met een frisse kijk op elke installatie. We zijn gespecialiseerd in sanitair, airco's en warmtepompen, altijd met oog voor detail en energie-efficiëntie."
subdescription="Onze aanpak is helder: duidelijke communicatie, transparante afspraken en een resultaat waar u écht blij van wordt. Wij leveren geen standaardwerk, maar slimme oplossingen die perfect aansluiten bij uw wensen en uw woning."
icon={Home}
imageSrc="http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg"
mediaAnimation="blur-reveal"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSix
@@ -157,7 +131,7 @@ export default function LandingPage() {
id: "basis", badge: "Standaard", badgeIcon: Sparkles,
price: "Vanaf €99", name: "Basisonderhoud Sanitair", buttons: [
{
text: "Meer info", href: "#contact"},
text: "Meer info", href: "/contact"},
],
features: [
"Jaarlijkse controle", "Kleine herstellingen", "Advies op maat", "Prioritaire service"],
@@ -166,7 +140,7 @@ export default function LandingPage() {
id: "premium", badge: "Populairst", badgeIcon: Sparkles,
price: "Vanaf €249", name: "Complete Verwarming & Airco Service", buttons: [
{
text: "Nu Boeken", href: "#contact"},
text: "Nu Boeken", href: "/contact"},
],
features: [
"Uitgebreid onderhoud", "Controle van alle systemen", "Inclusief kleine wisselstukken", "24/7 Nooddienst"],
@@ -175,7 +149,7 @@ export default function LandingPage() {
id: "totaalproject", badge: "Maatwerk", badgeIcon: Sparkles,
price: "Op aanvraag", name: "Totaalproject Installatie", buttons: [
{
text: "Offerte Aanvragen", href: "#contact"},
text: "Offerte Aanvragen", href: "/contact"},
],
features: [
"Volledige installatie", "Persoonlijk ontwerp", "Projectcoördinatie", "10 jaar garantie"],
@@ -254,20 +228,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated"}}
text="Neem vandaag nog contact met ons op voor een vrijblijvende offerte of advies op maat. Wij helpen u graag verder met al uw sanitair-, verwarming- of airco-projecten!"
buttons={[
{
text: "Bel Ons Nu", href: "tel:+3253215287"},
{
text: "Stuur Een E-mail", href: "mailto:info@vanderstraeten-sanitair-verwarming.be"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
@@ -278,31 +238,31 @@ export default function LandingPage() {
{
title: "Diensten", items: [
{
label: "Sanitair", href: "#features"},
label: "Sanitair", href: "/#features"},
{
label: "Verwarming", href: "#features"},
label: "Verwarming", href: "/#features"},
{
label: "Airco & Warmtepompen", href: "#features"},
label: "Airco & Warmtepompen", href: "/#features"},
{
label: "Onderhoud", href: "#products"},
label: "Onderhoud", href: "/#products"},
],
},
{
title: "Bedrijf", items: [
{
label: "Over Ons", href: "#about"},
label: "Over Ons", href: "/about"},
{
label: "Projecten", href: "#products"},
label: "Projecten", href: "/#products"},
{
label: "Getuigenissen", href: "#testimonials"},
label: "Getuigenissen", href: "/#testimonials"},
{
label: "Contact", href: "#contact"},
label: "Contact", href: "/contact"},
],
},
{
title: "Support", items: [
{
label: "FAQ", href: "#faq"},
label: "FAQ", href: "/#faq"},
{
label: "Privacybeleid", href: "#"},
{
@@ -316,4 +276,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}