Merge version_1 into main #2
@@ -8,7 +8,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Wrench, Droplet, Settings, Pipe, Star } from "lucide-react";
|
||||
import { Wrench, Droplet, Settings, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
{ text: "Meer Over Ons", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Onze Diensten", logoIcon: Pipe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", buttons: [
|
||||
title: "Onze Diensten", logoIcon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", buttons: [
|
||||
{ text: "Diensten", href: "services" },
|
||||
{ text: "Contact", href: "contact" }
|
||||
],
|
||||
@@ -61,9 +61,9 @@ export default function LandingPage() {
|
||||
{ icon: Settings }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Jarenlange Ervaring", values: ["15", "20", "25"], description: "Jaar diensten" },
|
||||
{ title: "Tevreden Klanten", values: ["500", "750", "1000"], valueSuffix: "+", description: "Klanten geholpen" },
|
||||
{ title: "Diensten", values: ["5", "6", "7"], description: "Soorten werkzaamheden" }
|
||||
{ title: "Jarenlange Ervaring", values: [15, 20, 25], description: "Jaar diensten" },
|
||||
{ title: "Tevreden Klanten", values: [500, 750, 1000], valueSuffix: "+", description: "Klanten geholpen" },
|
||||
{ title: "Diensten", values: [5, 6, 7], description: "Soorten werkzaamheden" }
|
||||
],
|
||||
chartTitle: "Werkzaamheden", chartData: [
|
||||
{ value: 60 },
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
listTitle: "Recente Projecten", listItems: [
|
||||
{ icon: Droplet, title: "Leidingwerk Herstel", status: "Voltooid" },
|
||||
{ icon: Wrench, title: "Sanitair Installatie", status: "Voltooid" },
|
||||
{ icon: Pipe, title: "Preventief Onderhoud", status: "Voltooid" }
|
||||
{ icon: Settings, title: "Preventief Onderhoud", status: "Voltooid" }
|
||||
],
|
||||
searchPlaceholder: "Diensten zoeken..."
|
||||
}}
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
|
||||
imageAlt="Contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
|
||||
imageAlt="R. Wolfs"
|
||||
logoText="R. Wolfs"
|
||||
copyrightText="© 2025 Installatie- en Montagebedrijf R. Wolfs. Alle rechten voorbehouden."
|
||||
|
||||
Reference in New Issue
Block a user