Update src/app/page.tsx
This commit is contained in:
@@ -76,18 +76,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Correção de Pintura", description: "Eliminação de riscos e imperfeições para um brilho espelhado.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg", imageAlt: "Correção" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg", imageAlt: "Resultados" },
|
||||
title: "Correção de Pintura", description: "Eliminação de riscos e imperfeições para um brilho espelhado.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg?_wi=1", imageAlt: "Correção" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=1", imageAlt: "Resultados" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Proteção Cerâmica", description: "Camada de nanotecnologia para máxima durabilidade e hidrofobia.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg", imageAlt: "Cerâmica" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg", imageAlt: "Proteção" },
|
||||
title: "Proteção Cerâmica", description: "Camada de nanotecnologia para máxima durabilidade e hidrofobia.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg?_wi=2", imageAlt: "Cerâmica" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=2", imageAlt: "Proteção" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Detailing Profundo", description: "Limpeza técnica minuciosa de cada detalhe do veículo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg", imageAlt: "Detailing" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg", imageAlt: "Acabamento" },
|
||||
title: "Detailing Profundo", description: "Limpeza técnica minuciosa de cada detalhe do veículo.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/travel-adventure-landing-page-template_1361-897.jpg?_wi=3", imageAlt: "Detailing" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=3", imageAlt: "Acabamento" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user