Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-05 20:12:51 +00:00

View File

@@ -5,12 +5,11 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, Award, Droplets, Zap, Hand, CheckCircle, Wind, Star, Layers, Shield, Phone } from 'lucide-react';
import { Sparkles, Award, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,7 +31,6 @@ export default function LandingPage() {
navItems={[
{ name: "Over ons", id: "about" },
{ name: "Diensten", id: "services" },
{ name: "Proces", id: "process" },
{ name: "Galerie", id: "gallery" },
{ name: "Contact", id: "contact" }
]}
@@ -102,68 +100,6 @@ export default function LandingPage() {
/>
</div>
<div id="process" data-section="process">
<FeatureCardTen
title="Ons Werkproces"
description="Een gestructureerde en veilige aanpak voor optimale resultaten"
tag="Stap voor Stap"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: "1", title: "Velgenreiniging", description: "We beginnen met de velgen schoon te maken van vuil en remstof.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-car-rims_23-2148194142.jpg", imageAlt: "Velgenreiniging" },
items: [
{ icon: Sparkles, text: "Diepte reiniging" },
{ icon: Shield, text: "Veilige producten" }
],
reverse: false
},
{
id: "2", title: "Pre-wash", description: "Voorbereiding van het voertuig met een schuimspray voor zachte reiniging.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26050.jpg", imageAlt: "Pre-wash fase" },
items: [
{ icon: Droplets, text: "Zachte pre-rinse" },
{ icon: Zap, text: "Effectieve voorbereiding" }
],
reverse: true
},
{
id: "3", title: "Veilige handwas", description: "Zorgvuldige handwas met microfiber doeken en pH-neutrale shampoo.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg?_wi=1", imageAlt: "Handwas techniek" },
items: [
{ icon: Hand, text: "Handmatige zorg" },
{ icon: CheckCircle, text: "Kras-vrij resultaat" }
],
reverse: false
},
{
id: "4", title: "Drogen van de lak", description: "Professioneel drogen met microfiber handdoeken voor vlekkeloos resultaat.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-car_23-2148510614.jpg?_wi=2", imageAlt: "Drogingsfase" },
items: [
{ icon: Wind, text: "Zachte droogmethode" },
{ icon: Star, text: "Watervrij glans" }
],
reverse: true
},
{
id: "5", title: "Interieurreiniging", description: "Grondig schoonmaken van het interieur inclusief stofzuigen en oppervlakken.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Interieurreiniging" },
items: [
{ icon: Layers, text: "Diep schoonmaken" },
{ icon: Sparkles, text: "Frisse geur" }
],
reverse: false
},
{
id: "6", title: "Lakbescherming", description: "Applicatie van premium lakbescherming voor langdurige glans en bescherming.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", imageAlt: "Lakbescherming applicatie" },
items: [
{ icon: Shield, text: "UV bescherming" },
{ icon: Award, text: "Langdurige coating" }
],
reverse: true
}
]}
/>
</div>
<div id="gallery" data-section="gallery">
<TestimonialCardOne
title="Galerij Resultaten"
@@ -244,7 +180,6 @@ export default function LandingPage() {
title: "Bedrijf", items: [
{ label: "Over AXIS", href: "#about" },
{ label: "Onze Diensten", href: "#services" },
{ label: "Werkproces", href: "#process" },
{ label: "Galerie", href: "#gallery" }
]
},