diff --git a/src/app/page.tsx b/src/app/page.tsx index 7af81e6..4fc161a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="large" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -53,42 +53,26 @@ export default function HomePage() { { text: "Pedir Orçamento", href: "#contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg?_wi=1", - imageAlt: "Interior do workshop com equipamentos", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", imageAlt: "Interior do workshop com equipamentos"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg?_wi=1", - imageAlt: "Mecânico reparando veículo", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg", imageAlt: "Mecânico reparando veículo"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", - imageAlt: "Ferramentas de diagnóstico moderna", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "Ferramentas de diagnóstico moderna"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-using-digital-tablet-while-talking-car-mechanics-auto-repair-shop_637285-4225.jpg?_wi=1", - imageAlt: "Equipa de mecânicos profissionais", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-using-digital-tablet-while-talking-car-mechanics-auto-repair-shop_637285-4225.jpg", imageAlt: "Equipa de mecânicos profissionais"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", - imageAlt: "Manutenção profissional de veículos", - }, + imageSrc: "http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg", imageAlt: "Manutenção profissional de veículos"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-brake_1170-1663.jpg?_wi=1", - imageAlt: "Serviço de travões especializado", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-brake_1170-1663.jpg", imageAlt: "Serviço de travões especializado"}, { - imageSrc: "http://img.b2bpic.net/free-photo/employee-checks-car-with-mockup-laptop_482257-91166.jpg", - imageAlt: "Diagnóstico de motor avançado", - }, + imageSrc: "http://img.b2bpic.net/free-photo/employee-checks-car-with-mockup-laptop_482257-91166.jpg", imageAlt: "Diagnóstico de motor avançado"}, { - imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=1", - imageAlt: "Inspeção completa do veículo", - }, + imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg", imageAlt: "Inspeção completa do veículo"}, ]} carouselPosition="right" /> @@ -99,93 +83,57 @@ export default function HomePage() {