Update src/app/services/page.tsx
This commit is contained in:
@@ -52,16 +52,16 @@ export default function ServicesPage() {
|
||||
products={[
|
||||
{
|
||||
id: "plumbing", name: "Plomberie & Dépannage", price: "Devis gratuit", variant: "Interventions d'urgence 24/7", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", imageAlt: "Service plomberie"},
|
||||
"http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=3", imageAlt: "Service plomberie"},
|
||||
{
|
||||
id: "electrical", name: "Électricité & Installation", price: "Devis gratuit", variant: "Installations et mises aux normes", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg", imageAlt: "Service électricité"},
|
||||
"http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg?_wi=3", imageAlt: "Service électricité"},
|
||||
{
|
||||
id: "hvac", name: "Chauffage & Climatisation", price: "Devis gratuit", variant: "Maintenance et interventions", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Service climatisation"},
|
||||
"http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg?_wi=2", imageAlt: "Service climatisation"},
|
||||
{
|
||||
id: "general", name: "Maintenance Générale", price: "Devis gratuit", variant: "Entretien et inspections", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184907.jpg", imageAlt: "Service maintenance générale"},
|
||||
"http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184907.jpg?_wi=2", imageAlt: "Service maintenance générale"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,7 +78,7 @@ export default function ServicesPage() {
|
||||
{ value: "100%", title: "Satisfaction client" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=3"
|
||||
imageAlt="Équipe BRPRO"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user