diff --git a/src/app/page.tsx b/src/app/page.tsx index 497189e..4610825 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -41,8 +41,8 @@ export default function LandingPage() { description="Reparación profesional de motosierras y desmalezadoras en Maipú. Confianza, precisión y servicio de calidad para tu jardín y mantenimiento." tag="Servicio Técnico Premium" tagAnimation="slide-up" - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg" imageAlt="Motosierras profesionales reparadas" buttons={[ { text: "Llamar Ahora", href: "tel:+542616123456" }, @@ -62,10 +62,10 @@ export default function LandingPage() { { id: 1, title: "Reparación de Motosierras", description: "Reparación completa, afilado de cadena, cambio de filtros, ajustes de carburador y mantenimiento preventivo. Garantizamos que quedará como nueva.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-repairman-concentrated-work_1098-15531.jpg?_wi=1", imageAlt: "Reparación de motosierras profesional" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-repairman-concentrated-work_1098-15531.jpg", imageAlt: "Reparación de motosierras profesional" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=2", imageAlt: "Motosierras profesionales" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "Motosierras profesionales" } }, { @@ -74,7 +74,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/confident-young-caucasian-male-gardener-wearing-gardening-hat-gloves-holding-looking-gardening-scissors-isolated-orange-wall-with-copy-space_141793-97321.jpg", imageAlt: "Desmalezadoras profesionales reparación" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-repairman-concentrated-work_1098-15531.jpg?_wi=2", imageAlt: "Reparación profesional" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-repairman-concentrated-work_1098-15531.jpg", imageAlt: "Reparación profesional" } } ]}