Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
quote: "Grandes profesionales, mi coche quedó como nuevo.",
|
||||
name: "Juan M.",
|
||||
role: "Cliente habitual",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg?_wi=1",
|
||||
imageAlt: "professional automotive workshop garage",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
quote: "Excelente atención, muy recomendable.",
|
||||
name: "Ana R.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg?_wi=1",
|
||||
imageAlt: "professional automotive workshop garage",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
quote: "Conocen perfectamente las marcas líderes.",
|
||||
name: "Pedro S.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg?_wi=1",
|
||||
imageAlt: "professional automotive workshop garage",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
quote: "Precios justos y trabajo transparente.",
|
||||
name: "Luis G.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg?_wi=1",
|
||||
imageAlt: "professional automotive workshop garage",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
quote: "La mejor opción para cambiar neumáticos.",
|
||||
name: "Marta L.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=1",
|
||||
imageAlt: "professional automotive workshop garage",
|
||||
},
|
||||
]}
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-diagnostic-tool_1170-1166.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-examining-engine-auto-repair-shop_637285-8652.jpg",
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
title: "Garantía de calidad",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serviceman-garage-fixes-customers-car_482257-76090.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
quote: "El servicio es rápido y muy atento.",
|
||||
name: "Juan P.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-planning_1098-13506.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -258,7 +258,7 @@ export default function LandingPage() {
|
||||
quote: "Expertos en neumáticos de confianza.",
|
||||
name: "María D.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
quote: "Trato excepcional y trabajo impecable.",
|
||||
name: "Carlos L.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
|
||||
Reference in New Issue
Block a user