diff --git a/src/app/page.tsx b/src/app/page.tsx
index d550873..e06cfc3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,18 +29,9 @@ export default function LandingPage() {
@@ -48,43 +39,17 @@ export default function LandingPage() {
@@ -114,48 +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?_wi=1",
- imageAlt: "Correção",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=1",
- imageAlt: "Resultados",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212226.jpg?_wi=4",
- imageAlt: "luxury sports car detailing studio",
+ 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" },
},
{
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?_wi=2",
- imageAlt: "Cerâmica",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=2",
- imageAlt: "Proteção",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193584.jpg?_wi=3",
- imageAlt: "ceramic coating car surface",
+ 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" },
},
{
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?_wi=3",
- imageAlt: "Detailing",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039833.jpg?_wi=3",
- imageAlt: "Acabamento",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg",
- imageAlt: "car polishing detailing workshop",
+ 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" },
},
]}
showStepNumbers={true}
@@ -171,49 +103,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "essencial",
- name: "Manutenção Essencial",
- price: "Consultar",
- features: [
- "Lavagem Técnica",
- "Descontaminação Ferrosa",
- "Proteção Rápida",
- ],
- buttons: [
- {
- text: "Agendar",
- },
- ],
+ id: "essencial", name: "Manutenção Essencial", price: "Consultar", features: ["Lavagem Técnica", "Descontaminação Ferrosa", "Proteção Rápida"],
+ buttons: [{ text: "Agendar" }],
},
{
- id: "premium",
- name: "Correção & Cerâmica",
- price: "Consultar",
- features: [
- "Polimento Técnico",
- "Proteção Cerâmica",
- "Detailing Interno",
- ],
- buttons: [
- {
- text: "Agendar",
- },
- ],
+ id: "premium", name: "Correção & Cerâmica", price: "Consultar", features: ["Polimento Técnico", "Proteção Cerâmica", "Detailing Interno"],
+ buttons: [{ text: "Agendar" }],
},
{
- id: "exclusivo",
- name: "Proteção Total (PPF)",
- price: "Consultar",
- features: [
- "PPF Full Body",
- "Tratamento Vidros",
- "Manutenção VIP",
- ],
- buttons: [
- {
- text: "Agendar",
- },
- ],
+ id: "exclusivo", name: "Proteção Total (PPF)", price: "Consultar", features: ["PPF Full Body", "Tratamento Vidros", "Manutenção VIP"],
+ buttons: [{ text: "Agendar" }],
},
]}
title="Investimento em Valor"
@@ -225,61 +124,22 @@ export default function LandingPage() {