Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Award, Clock, ShieldCheck, Faucet, Pipe, ShowerHead, Flame, Thermometer, Waves, Siren, Temperature, Wrench, Users, Smile } from "lucide-react";
|
||||
import { Award, Clock, ShieldCheck, ShowerHead, Flame, Thermometer, Waves, Siren, Wrench, Users, Smile, Droplet } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -62,7 +62,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg"
|
||||
imageAlt="Plombier-chauffagiste travaillant sur une installation"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,8 +86,8 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Plomberie Générale", description: "Installation, réparation et entretien de toutes vos installations sanitaires. Fuites, débouchages, robinetterie, WC, etc.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plombier réparant une fuite d'eau" },
|
||||
items: [
|
||||
{ icon: Faucet, text: "Réparation de fuites" },
|
||||
{ icon: Pipe, text: "Débouchage de canalisations" },
|
||||
{ icon: Droplet, text: "Réparation de fuites" },
|
||||
{ icon: Wrench, text: "Débouchage de canalisations" },
|
||||
{ icon: ShowerHead, text: "Installation de salles de bain" }
|
||||
],
|
||||
reverse: false
|
||||
@@ -106,7 +105,7 @@ export default function LandingPage() {
|
||||
title: "Dépannage d'Urgence 24/7", description: "Une urgence plomberie ou chauffage ? Nous intervenons rapidement pour résoudre vos problèmes, de jour comme de nuit.", media: { imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Dépannage urgent plomberie" },
|
||||
items: [
|
||||
{ icon: Siren, text: "Fuites d'eau" },
|
||||
{ icon: Temperature, text: "Pannes de chauffage" },
|
||||
{ icon: Thermometer, text: "Pannes de chauffage" },
|
||||
{ icon: Wrench, text: "Débouchage express" }
|
||||
],
|
||||
reverse: false
|
||||
@@ -227,7 +226,6 @@ export default function LandingPage() {
|
||||
{ label: "03 20 72 12 34", href: "tel:+33320721234" }
|
||||
]}
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user