From 452ddbab0277cb28f8467137b2b176e2fea20a66 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:15:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 +++-------------------------------------------- 1 file changed, 20 insertions(+), 327 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 966e16f..dc19159 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 { CheckCircle } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterCard from '@/components/sections/footer/FooterCard'; @@ -26,157 +27,28 @@ export default function LandingPage() { headingFontWeight="semibold" > - @@ -350,50 +92,6 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={true} - products={[ - { - id: "g1", - name: "Tableau Moderne", - price: "Électricité", - variant: "Pro", - imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5073.jpg", - }, - { - id: "g2", - name: "Salle de Bain", - price: "Rénovation", - variant: "Design", - imageSrc: "http://img.b2bpic.net/free-photo/water-retro-nobody-bathroom-vintage_1203-4969.jpg", - }, - { - id: "g3", - name: "Pompe à Chaleur", - price: "Chauffage", - variant: "Énergie", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250256.jpg", - }, - { - id: "g4", - name: "Installation VDI", - price: "Réseaux", - variant: "Pro", - imageSrc: "http://img.b2bpic.net/free-photo/young-network-engineer-looking-ethernet-switches_23-2148323471.jpg", - }, - { - id: "g5", - name: "Cuisine Équipée", - price: "Rénovation", - variant: "Design", - imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", - }, - { - id: "g6", - name: "Vidéosurveillance", - price: "Sécurité", - variant: "Pro", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17799.jpg", - }, - ]} title="Nos Réalisations" description="Un aperçu de notre savoir-faire en électricité et rénovation complète." /> @@ -402,13 +100,11 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1