Update src/app/page.tsx
This commit is contained in:
@@ -60,15 +60,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophie Mercier", handle: "Cliente satisfaite", testimonial: "Service professionnel impeccable. L'équipe a résolu mon problème rapidement et efficacement.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Marc Dubois", handle: "Propriétaire garage", testimonial: "VVR Elite est un partenaire fiable pour l'entretien de ma flotte automobile.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Claire Laurent", handle: "Cliente régulière", testimonial: "Équipe réactive, travail de qualité. Je recommande vivement ce garage!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Réparation automobile", description: "Diagnostic professionnel et réparation complète de tous les systèmes véhicule. Technicians expérimentés avec équipement moderne.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg" },
|
||||
title: "Réparation automobile", description: "Diagnostic professionnel et réparation complète de tous les systèmes véhicule. Technicians expérimentés avec équipement moderne.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/black-mechanic-his-manager-working-touchpad-auto-repair-shop_637285-8672.jpg" }
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 3,
|
||||
title: "Entretien préventif", description: "Maintenance régulière et vérifications de sécurité pour prolonger la durée de vie de votre véhicule et prévenir les pannes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/customer-text-messaging-mobile_1170-1489.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881144.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -135,15 +135,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jean-Pierre Rossi", role: "Propriétaire", company: "Romanel-sur-Lausanne", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Nathalie Graz", role: "Gestionnaire de flotte", company: "Logistique Suisse", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michel Fournier", role: "Entrepreneur", company: "Services automobiles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33708.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Isabelle Belet", role: "Cliente régulière", company: "Vaud", rating: 5,
|
||||
@@ -151,11 +151,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Philippe Maillard", role: "Manager", company: "Transport Helvetia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3831.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Martine Debus", role: "Directrice", company: "Société services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user