From 22ab7de5e96e934f722f25613afa442e57f04682 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:48:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 ++++++++--------------------------------------- 1 file changed, 27 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 072dfc3..2469c7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Scissors, Droplets, Shield, Brush } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -28,65 +29,29 @@ export default function LandingPage() {
@@ -97,46 +62,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - title: "Beste trimster!", - quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.", - name: "Anja V.", - role: "Klant", - imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=6", - }, - { - id: "2", - title: "Altijd perfect", - quote: "Kapster weet precies hoe mijn hond geknipt moet worden.", - name: "Mark D.", - role: "Klant", - imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=7", - }, - { - id: "3", - title: "Aanrader", - quote: "Altijd een prachtig resultaat, echt een aanrader!", - name: "Sophie K.", - role: "Klant", - imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=8", - }, - { - id: "4", - title: "Geweldig", - quote: "Mijn hond is heerlijk rustig na een trimbeurt hier.", - name: "Jeroen B.", - role: "Klant", - imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=9", - }, - { - id: "5", - title: "Vertrouwd", - quote: "De rust die ze uitstraalt helpt mijn hond enorm.", - name: "Linda H.", - role: "Klant", - imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=10", - }, + { id: "1", title: "Beste trimster!", quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.", name: "Anja V.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" }, + { id: "2", title: "Altijd perfect", quote: "Kapster weet precies hoe mijn hond geknipt moet worden.", name: "Mark D.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" }, + { id: "3", title: "Aanrader", quote: "Altijd een prachtig resultaat, echt een aanrader!", name: "Sophie K.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" }, + { id: "4", title: "Geweldig", quote: "Mijn hond is heerlijk rustig na een trimbeurt hier.", name: "Jeroen B.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" }, + { id: "5", title: "Vertrouwd", quote: "De rust die ze uitstraalt helpt mijn hond enorm.", name: "Linda H.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg" }, ]} title="Wat klanten zeggen" description="Ontdek waarom onze klanten in Almelo kiezen voor de vertrouwde en liefdevolle aanpak van Trimsalon Jeannette." @@ -148,30 +78,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Knippen & Scheren", - description: "Vakkundig knippen en scheren passend bij het ras en de vachtconditie.", - imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-client-salon_23-2148181871.jpg", - buttonIcon: "Scissors", - }, - { - title: "Wassen & Drogen", - description: "Grondige reiniging met milde producten die de vacht gezond en glanzend houden.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149872960.jpg", - buttonIcon: "Droplets", - }, - { - title: "Nagels Knippen", - description: "Veilig en stressvrij inkorten van de nagels voor een comfortabele loop.", - imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48813.jpg", - buttonIcon: "Shield", - }, - { - title: "Vachtverzorging", - description: "Borstelen en ontwollen voor een gezonde en klitvrije hond.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-blow-drying-dog_23-2149652719.jpg", - buttonIcon: "Brush", - }, + { title: "Knippen & Scheren", description: "Vakkundig knippen en scheren passend bij het ras en de vachtconditie.", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-beard-client-salon_23-2148181871.jpg", buttonIcon: Scissors }, + { title: "Wassen & Drogen", description: "Grondige reiniging met milde producten die de vacht gezond en glanzend houden.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149872960.jpg", buttonIcon: Droplets }, + { title: "Nagels Knippen", description: "Veilig en stressvrij inkorten van de nagels voor een comfortabele loop.", imageSrc: "http://img.b2bpic.net/free-photo/haircuting-process-small-dog-sits-table-dog-with-professional_1157-48813.jpg", buttonIcon: Shield }, + { title: "Vachtverzorging", description: "Borstelen en ontwollen voor een gezonde en klitvrije hond.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-blow-drying-dog_23-2149652719.jpg", buttonIcon: Brush }, ]} title="Onze Diensten" description="Van een volledige trimbeurt tot nagelverzorging: wij bieden liefdevolle zorg voor elk ras." @@ -182,15 +92,8 @@ export default function LandingPage() {
@@ -198,9 +101,7 @@ export default function LandingPage() {
-- 2.49.1