Update src/app/servicios/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -78,8 +78,7 @@ export default function ServicesPage() {
|
||||
tag="Solicita Presupuesto"
|
||||
title="Cotiza tu proyecto ahora"
|
||||
description="Envíanos los detalles de lo que necesitas y te haremos llegar un presupuesto detallado sin compromiso en 24 horas."
|
||||
background={{
|
||||
variant: "grid"}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-artist-outdoors_23-2148014123.jpg"
|
||||
imageAlt="Consulta de servicios"
|
||||
@@ -98,48 +97,33 @@ export default function ServicesPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio", href: "/"},
|
||||
{
|
||||
label: "Servicios", href: "/servicios"},
|
||||
{
|
||||
label: "Trabajos", href: "projects"},
|
||||
{
|
||||
label: "Nosotros", href: "about"},
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Trabajos", href: "projects" },
|
||||
{ label: "Nosotros", href: "about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Cerramientos", href: "/servicios"},
|
||||
{
|
||||
label: "Ventanas", href: "/servicios"},
|
||||
{
|
||||
label: "Rejas", href: "/servicios"},
|
||||
{
|
||||
label: "Mosquiteros", href: "/servicios"},
|
||||
{ label: "Cerramientos", href: "/servicios" },
|
||||
{ label: "Ventanas", href: "/servicios" },
|
||||
{ label: "Rejas", href: "/servicios" },
|
||||
{ label: "Mosquiteros", href: "/servicios" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Teléfono: 011 3949-3469", href: "tel:+541139493469"},
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/541139493469"},
|
||||
{
|
||||
label: "Av. Juan B. Justo 6612, CABA", href: "#"},
|
||||
{
|
||||
label: "Lunes a Viernes 9-17hs", href: "#"},
|
||||
{ label: "Teléfono: 011 3949-3469", href: "tel:+541139493469" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/541139493469" },
|
||||
{ label: "Av. Juan B. Justo 6612, CABA", href: "#" },
|
||||
{ label: "Lunes a Viernes 9-17hs", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos de Servicio", href: "#"},
|
||||
{
|
||||
label: "Garantía", href: "#"},
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Términos de Servicio", href: "#" },
|
||||
{ label: "Garantía", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user