Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Clock, Droplets, Flame, Home, Shield, ShowerHead, Thermometer, Toilet, Wrench, Zap, Bathtub, Faucet, Kitchen, Pipe } from "lucide-react";
|
||||
import { Clock, Droplets, Flame, Home, Shield, ShowerHead, Thermometer, Toilet, Wrench, Zap, Pipe, Bath, Tap, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -124,13 +124,13 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Installation & Rénovation", description: "Projets d'installation de nouveaux équipements, de rénovation de salle de bain ou cuisine, réalisés avec expertise.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Faucet,
|
||||
icon: Tap,
|
||||
label: "Robinets", value: "Modernes"},
|
||||
{
|
||||
icon: Bathtub,
|
||||
icon: Bath,
|
||||
label: "Salles de bain", value: "Complètes"},
|
||||
{
|
||||
icon: Kitchen,
|
||||
icon: Utensils,
|
||||
label: "Cuisines", value: "Fonctionnelles"},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user