Update src/app/page.tsx
This commit is contained in:
@@ -102,7 +102,7 @@ export default function HomePage() {
|
||||
icon: Star
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg?_wi=1"
|
||||
imageAlt="Équipe A2P Aménagement Extérieur en action"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -122,25 +122,25 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Terrassement & Préparation",
|
||||
description: "Préparation de terrain pour maison, piscine, extension. Excavation professionnelle et stabilisation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Béton Désactivé",
|
||||
description: "Idéal pour allées, terrasses et accès maison. Finitions esthétiques et durables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Terrasses Béton",
|
||||
description: "Création de terrasses robustes et élégantes pour valoriser votre extérieur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Allées & Accès",
|
||||
description: "Pavés, bordures, stabilisation. Chemins d'accès sécurisés et fonctionnels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -159,42 +159,42 @@ export default function HomePage() {
|
||||
id: "terrasse-01",
|
||||
name: "Terrasse Béton Haut de Gamme",
|
||||
price: "Annecy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg?_wi=1",
|
||||
imageAlt: "Terrasse béton finition premium"
|
||||
},
|
||||
{
|
||||
id: "allees-01",
|
||||
name: "Allées Pavées Accès Maison",
|
||||
price: "Cran-Gevrier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg?_wi=1",
|
||||
imageAlt: "Allées pavées professionnelles"
|
||||
},
|
||||
{
|
||||
id: "beton-01",
|
||||
name: "Béton Désactivé Moderne",
|
||||
price: "Meythet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg?_wi=1",
|
||||
imageAlt: "Béton désactivé finition propre"
|
||||
},
|
||||
{
|
||||
id: "murets-01",
|
||||
name: "Murets Maçonnerie Paysagère",
|
||||
price: "Seynod",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=1",
|
||||
imageAlt: "Murets de soutènement"
|
||||
},
|
||||
{
|
||||
id: "cours-01",
|
||||
name: "Aménagement Complet Cour",
|
||||
price: "Pringy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=1",
|
||||
imageAlt: "Aménagement extérieur complet"
|
||||
},
|
||||
{
|
||||
id: "terrain-01",
|
||||
name: "Préparation Terrain Extension",
|
||||
price: "Annecy-le-Vieux",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg?_wi=1",
|
||||
imageAlt: "Préparation terrain professionnelle"
|
||||
}
|
||||
]}
|
||||
@@ -375,7 +375,7 @@ export default function HomePage() {
|
||||
rows: 6,
|
||||
required: true
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg?_wi=1"
|
||||
imageAlt="Équipements de chantier professionnel"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user