diff --git a/src/app/page.tsx b/src/app/page.tsx index be57614..bcd6667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,140 +30,83 @@ export default function LandingPage() {
@@ -175,59 +118,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Mecânica Geral", - tags: [ - "Manutenção", - "Reparação", - ], - imageSrc: "http://img.b2bpic.net/free-vector/pack-badges-related-mechanics-gas-station_23-2147563885.jpg", - }, + id: "1", title: "Mecânica Geral", tags: [ + "Manutenção", "Reparação"], + imageSrc: "http://img.b2bpic.net/free-vector/pack-badges-related-mechanics-gas-station_23-2147563885.jpg"}, { - id: "2", - title: "Diagnóstico Eletrónico", - tags: [ - "Tecnologia", - "Preciso", - ], - imageSrc: "http://img.b2bpic.net/free-vector/mechanic-tools_23-2147506403.jpg", - }, + id: "2", title: "Diagnóstico Eletrónico", tags: [ + "Tecnologia", "Preciso"], + imageSrc: "http://img.b2bpic.net/free-vector/mechanic-tools_23-2147506403.jpg"}, { - id: "3", - title: "Travões & Pneus", - tags: [ - "Segurança", - "Rodagem", - ], - imageSrc: "http://img.b2bpic.net/free-vector/car-service-vertical-banners-with-wrenches-motor-oil-brake-disc-automobile-steering-wheel-speedometer_1284-47372.jpg", - }, + id: "3", title: "Travões & Pneus", tags: [ + "Segurança", "Rodagem"], + imageSrc: "http://img.b2bpic.net/free-vector/car-service-vertical-banners-with-wrenches-motor-oil-brake-disc-automobile-steering-wheel-speedometer_1284-47372.jpg"}, { - id: "4", - title: "Revisões & Manutenção", - tags: [ - "Óleo", - "Filtros", - ], - imageSrc: "http://img.b2bpic.net/free-vector/car-service-maintenance-flat-icon-set_98292-907.jpg", - }, + id: "4", title: "Revisões & Manutenção", tags: [ + "Óleo", "Filtros"], + imageSrc: "http://img.b2bpic.net/free-vector/car-service-maintenance-flat-icon-set_98292-907.jpg"}, { - id: "5", - title: "Ar Condicionado", - tags: [ - "Climatização", - "Conforto", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg", - }, + id: "5", title: "Ar Condicionado", tags: [ + "Climatização", "Conforto"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg"}, { - id: "6", - title: "Peças & Acessórios", - tags: [ - "Qualidade", - "Garantia", - ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-auto-maintenance-shop-concept_1284-48459.jpg", - }, + id: "6", title: "Peças & Acessórios", tags: [ + "Qualidade", "Garantia"], + imageSrc: "http://img.b2bpic.net/free-vector/flat-auto-maintenance-shop-concept_1284-48459.jpg"}, ]} title="Os Nossos Serviços" description="Soluções completas para a manutenção e reparação do seu veículo com garantia de qualidade." @@ -236,30 +149,19 @@ export default function LandingPage() {
@@ -337,8 +208,7 @@ export default function LandingPage() {