Merge version_1 into main #2
@@ -13,6 +13,9 @@ import {
|
||||
FileText,
|
||||
Users,
|
||||
Lightbulb,
|
||||
Heart,
|
||||
Phone,
|
||||
User,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -27,8 +30,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Cerramientos", href: "#services" },
|
||||
{ label: "Ventanas", href: "#services" },
|
||||
{ label: "Rejas", href: "#services" },
|
||||
@@ -37,8 +39,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Sobre Nosotros", href: "/nosotros" },
|
||||
{ label: "Galería", href: "/trabajos" },
|
||||
@@ -46,12 +47,9 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "+54 9 11 3949 3469",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
label: "+54 9 11 3949 3469", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
{ label: "Av. Juan B. Justo 6612, CABA", href: "#" },
|
||||
{ label: "Lun-Vie: 08:00 - 18:00", href: "#" },
|
||||
{ label: "Sáb: 09:00 - 14:00", href: "#" },
|
||||
@@ -66,7 +64,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -86,44 +84,32 @@ export default function AboutPage() {
|
||||
title="Por qué elegirnos"
|
||||
description="Más de 15 años de experiencia garantizando calidad, profesionalismo y satisfacción del cliente en cada proyecto"
|
||||
tag="Ventajas"
|
||||
tagIcon="Star"
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Atención Rápida",
|
||||
description:
|
||||
"Respondemos en menos de 2 horas. Presupuestos sin compromiso en el mismo día de tu consulta.",
|
||||
},
|
||||
title: "Atención Rápida", description:
|
||||
"Respondemos en menos de 2 horas. Presupuestos sin compromiso en el mismo día de tu consulta."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Trabajos Prolijos",
|
||||
description:
|
||||
"Cada detalle cuenta. Terminación impecable y acabados de primera calidad en todos nuestros trabajos.",
|
||||
},
|
||||
title: "Trabajos Prolijos", description:
|
||||
"Cada detalle cuenta. Terminación impecable y acabados de primera calidad en todos nuestros trabajos."},
|
||||
{
|
||||
icon: Gem,
|
||||
title: "Materiales de Calidad",
|
||||
description:
|
||||
"Utilizamos aluminio y vidrio premium. Proveedores certificados y garantía en todos los materiales.",
|
||||
},
|
||||
title: "Materiales de Calidad", description:
|
||||
"Utilizamos aluminio y vidrio premium. Proveedores certificados y garantía en todos los materiales."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Presupuestos Claros",
|
||||
description:
|
||||
"Sin sorpresas. Presupuestos detallados y transparentes. Incluyen mano de obra, materiales e instalación.",
|
||||
},
|
||||
title: "Presupuestos Claros", description:
|
||||
"Sin sorpresas. Presupuestos detallados y transparentes. Incluyen mano de obra, materiales e instalación."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Instalación Profesional",
|
||||
description:
|
||||
"Equipo altamente entrenado con más de 15 años de experiencia. Instalación rápida y sin complicaciones.",
|
||||
},
|
||||
title: "Instalación Profesional", description:
|
||||
"Equipo altamente entrenado con más de 15 años de experiencia. Instalación rápida y sin complicaciones."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Soluciones a Medida",
|
||||
description:
|
||||
"Cada proyecto es único. Diseñamos soluciones personalizadas según tus necesidades y presupuesto.",
|
||||
},
|
||||
title: "Soluciones a Medida", description:
|
||||
"Cada proyecto es único. Diseñamos soluciones personalizadas según tus necesidades y presupuesto."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -136,61 +122,37 @@ export default function AboutPage() {
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Más de 120 clientes satisfechos han confiado en nosotros para sus proyectos de cerramientos y trabajos a medida"
|
||||
tag="Reseñas"
|
||||
tagIcon="Heart"
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María González",
|
||||
handle: "@maría_gonzalez",
|
||||
testimonial:
|
||||
"Excelente trabajo y muy prolijo. Los cerramientos quedaron perfectos. Realmente recomendable, respondieron rápido y cumplieron con lo pactado.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "1", name: "María González", handle: "@maría_gonzalez", testimonial:
|
||||
"Excelente trabajo y muy prolijo. Los cerramientos quedaron perfectos. Realmente recomendable, respondieron rápido y cumplieron con lo pactado.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Rodríguez",
|
||||
handle: "@carlos_r",
|
||||
testimonial:
|
||||
"Presupuesto claro y transparente. La instalación fue impecable. Materiales de calidad y atención profesional. Muy satisfecho con el resultado.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "2", name: "Carlos Rodríguez", handle: "@carlos_r", testimonial:
|
||||
"Presupuesto claro y transparente. La instalación fue impecable. Materiales de calidad y atención profesional. Muy satisfecho con el resultado.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Martínez",
|
||||
handle: "@ana_m",
|
||||
testimonial:
|
||||
"Instalación de ventanas excelente. Trabajo prolijo, sin demoras. Respondieron todas mis consultas. Precio razonable. Muy recomendable.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "3", name: "Ana Martínez", handle: "@ana_m", testimonial:
|
||||
"Instalación de ventanas excelente. Trabajo prolijo, sin demoras. Respondieron todas mis consultas. Precio razonable. Muy recomendable.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diego López",
|
||||
handle: "@diego_lopez",
|
||||
testimonial:
|
||||
"Rejas de seguridad perfectas. Combinan diseño con funcionalidad. Atención rápida y profesional. Cumplieron exactamente con lo prometido.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "4", name: "Diego López", handle: "@diego_lopez", testimonial:
|
||||
"Rejas de seguridad perfectas. Combinan diseño con funcionalidad. Atención rápida y profesional. Cumplieron exactamente con lo prometido.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucía Fernández",
|
||||
handle: "@lucia_f",
|
||||
testimonial:
|
||||
"Mosquiteros a medida. Trabajo de primera calidad. Respondieron inmediatamente a mis consultas. Altamente recomendable.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "5", name: "Lucía Fernández", handle: "@lucia_f", testimonial:
|
||||
"Mosquiteros a medida. Trabajo de primera calidad. Respondieron inmediatamente a mis consultas. Altamente recomendable.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Roberto Sánchez",
|
||||
handle: "@roberto_s",
|
||||
testimonial:
|
||||
"Reparación rápida y efectiva. Precio justo. Profesionales muy competentes. Volvería a contratar sin dudarlo.",
|
||||
rating: 5,
|
||||
icon: "User",
|
||||
id: "6", name: "Roberto Sánchez", handle: "@roberto_s", testimonial:
|
||||
"Reparación rápida y efectiva. Precio justo. Profesionales muy competentes. Volvería a contratar sin dudarlo.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -206,7 +168,7 @@ export default function AboutPage() {
|
||||
tag="Próximo Paso"
|
||||
title="Pedí tu presupuesto hoy"
|
||||
description="Contáctanos por WhatsApp o teléfono. Respondemos en menos de 2 horas. Presupuestos sin compromiso y totalmente gratis."
|
||||
tagIcon="Phone"
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
@@ -217,7 +179,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg"
|
||||
imageAlt="Footer background - Cerramientos Walter"
|
||||
logoText="Cerramientos Walter"
|
||||
copyrightText="© 2025 Cerramientos Walter | Todos los derechos reservados"
|
||||
|
||||
186
src/app/page.tsx
186
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Shield, Wrench, Windows, Square, Lock, Wind, DoorOpen, Hammer, Zap, CheckCircle, Gem, FileText, Users, Lightbulb, Award, Heart, Phone, Image as ImageIcon, User } from "lucide-react";
|
||||
import { Shield, Wrench, Square, Lock, Wind, DoorOpen, Hammer, Zap, CheckCircle, Gem, FileText, Users, Lightbulb, Award, Heart, Phone, Image as ImageIcon, User } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,38 +49,24 @@ export default function HomePage() {
|
||||
description="Especialistas en ventanas de aluminio, cerramientos, rejas, mosquiteros y soluciones a medida para hogares, locales y proyectos personalizados. Más de 15 años de experiencia en la región."
|
||||
tag="Expertos en cerramientos"
|
||||
tagIcon={Shield}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar presupuesto",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
text: "Solicitar presupuesto", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
{
|
||||
text: "Hablar por WhatsApp",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
text: "Hablar por WhatsApp", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2049.jpg",
|
||||
imageAlt: "Cerramientos de aluminio premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2049.jpg", imageAlt: "Cerramientos de aluminio premium"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lobby-living-room-hotel_1150-11124.jpg",
|
||||
imageAlt: "Ventanas de aluminio elegantes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lobby-living-room-hotel_1150-11124.jpg", imageAlt: "Ventanas de aluminio elegantes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13062.jpg",
|
||||
imageAlt: "Rejas de seguridad modernas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13062.jpg", imageAlt: "Rejas de seguridad modernas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-some-alone-time-home_23-2148953600.jpg",
|
||||
imageAlt: "Mosquiteros personalizados",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-some-alone-time-home_23-2148953600.jpg", imageAlt: "Mosquiteros personalizados"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-closed-door_1339-6351.jpg",
|
||||
imageAlt: "Puertas de aluminio y vidrio",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-closed-door_1339-6351.jpg", imageAlt: "Puertas de aluminio y vidrio"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
@@ -98,14 +84,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews",
|
||||
"Verificado Localmente",
|
||||
"Mejores Calificaciones",
|
||||
"Recomendado",
|
||||
"Expertos Certificados",
|
||||
"Trabajo Garantizado",
|
||||
"Presupuestos Gratis",
|
||||
]}
|
||||
"Google Reviews", "Verificado Localmente", "Mejores Calificaciones", "Recomendado", "Expertos Certificados", "Trabajo Garantizado", "Presupuestos Gratis"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagAnimation="slide-up"
|
||||
@@ -121,35 +100,23 @@ export default function HomePage() {
|
||||
tagIcon={Wrench}
|
||||
features={[
|
||||
{
|
||||
icon: Windows,
|
||||
title: "Cerramientos de Aluminio",
|
||||
description: "Cerramientos modernos y duraderos para balcones, patios y terrazas. Diseño personalizado según tus necesidades.",
|
||||
},
|
||||
icon: Square,
|
||||
title: "Cerramientos de Aluminio", description: "Cerramientos modernos y duraderos para balcones, patios y terrazas. Diseño personalizado según tus necesidades."},
|
||||
{
|
||||
icon: Square,
|
||||
title: "Ventanas de Aluminio",
|
||||
description: "Ventanas de alta calidad con aislación térmica. Acabados premium y marcos reforzados para máxima durabilidad.",
|
||||
},
|
||||
title: "Ventanas de Aluminio", description: "Ventanas de alta calidad con aislación térmica. Acabados premium y marcos reforzados para máxima durabilidad."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Rejas de Seguridad",
|
||||
description: "Rejas robustas y elegantes que combinan seguridad con estética. Protección profesional para tu hogar o local.",
|
||||
},
|
||||
title: "Rejas de Seguridad", description: "Rejas robustas y elegantes que combinan seguridad con estética. Protección profesional para tu hogar o local."},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Mosquiteros",
|
||||
description: "Mosquiteros personalizados para ventanas y puertas. Máxima protección contra insectos sin sacrificar visibilidad.",
|
||||
},
|
||||
title: "Mosquiteros", description: "Mosquiteros personalizados para ventanas y puertas. Máxima protección contra insectos sin sacrificar visibilidad."},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
title: "Puertas y Cerramientos",
|
||||
description: "Puertas de aluminio y vidrio para interiores y exteriores. Soluciones de alta calidad con instalación profesional.",
|
||||
},
|
||||
title: "Puertas y Cerramientos", description: "Puertas de aluminio y vidrio para interiores y exteriores. Soluciones de alta calidad con instalación profesional."},
|
||||
{
|
||||
icon: Hammer,
|
||||
title: "Reparaciones e Instalaciones",
|
||||
description: "Servicio completo de reparación, mantenimiento e instalación. Atención rápida y trabajo prolijo garantizado.",
|
||||
},
|
||||
title: "Reparaciones e Instalaciones", description: "Servicio completo de reparación, mantenimiento e instalación. Atención rápida y trabajo prolijo garantizado."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -168,34 +135,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Atención Rápida",
|
||||
description: "Respondemos en menos de 2 horas. Presupuestos sin compromiso en el mismo día de tu consulta.",
|
||||
},
|
||||
title: "Atención Rápida", description: "Respondemos en menos de 2 horas. Presupuestos sin compromiso en el mismo día de tu consulta."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Trabajos Prolijos",
|
||||
description: "Cada detalle cuenta. Terminación impecable y acabados de primera calidad en todos nuestros trabajos.",
|
||||
},
|
||||
title: "Trabajos Prolijos", description: "Cada detalle cuenta. Terminación impecable y acabados de primera calidad en todos nuestros trabajos."},
|
||||
{
|
||||
icon: Gem,
|
||||
title: "Materiales de Calidad",
|
||||
description: "Utilizamos aluminio y vidrio premium. Proveedores certificados y garantía en todos los materiales.",
|
||||
},
|
||||
title: "Materiales de Calidad", description: "Utilizamos aluminio y vidrio premium. Proveedores certificados y garantía en todos los materiales."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Presupuestos Claros",
|
||||
description: "Sin sorpresas. Presupuestos detallados y transparentes. Incluyen mano de obra, materiales e instalación.",
|
||||
},
|
||||
title: "Presupuestos Claros", description: "Sin sorpresas. Presupuestos detallados y transparentes. Incluyen mano de obra, materiales e instalación."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Instalación Profesional",
|
||||
description: "Equipo altamente entrenado con más de 15 años de experiencia. Instalación rápida y sin complicaciones.",
|
||||
},
|
||||
title: "Instalación Profesional", description: "Equipo altamente entrenado con más de 15 años de experiencia. Instalación rápida y sin complicaciones."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Soluciones a Medida",
|
||||
description: "Cada proyecto es único. Diseñamos soluciones personalizadas según tus necesidades y presupuesto.",
|
||||
},
|
||||
title: "Soluciones a Medida", description: "Cada proyecto es único. Diseñamos soluciones personalizadas según tus necesidades y presupuesto."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -213,51 +168,27 @@ export default function HomePage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María González",
|
||||
handle: "@maría_gonzalez",
|
||||
testimonial: "Excelente trabajo y muy prolijo. Los cerramientos quedaron perfectos. Realmente recomendable, respondieron rápido y cumplieron con lo pactado.",
|
||||
rating: 5,
|
||||
id: "1", name: "María González", handle: "@maría_gonzalez", testimonial: "Excelente trabajo y muy prolijo. Los cerramientos quedaron perfectos. Realmente recomendable, respondieron rápido y cumplieron con lo pactado.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Rodríguez",
|
||||
handle: "@carlos_r",
|
||||
testimonial: "Presupuesto claro y transparente. La instalación fue impecable. Materiales de calidad y atención profesional. Muy satisfecho con el resultado.",
|
||||
rating: 5,
|
||||
id: "2", name: "Carlos Rodríguez", handle: "@carlos_r", testimonial: "Presupuesto claro y transparente. La instalación fue impecable. Materiales de calidad y atención profesional. Muy satisfecho con el resultado.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Martínez",
|
||||
handle: "@ana_m",
|
||||
testimonial: "Instalación de ventanas excelente. Trabajo prolijo, sin demoras. Respondieron todas mis consultas. Precio razonable. Muy recomendable.",
|
||||
rating: 5,
|
||||
id: "3", name: "Ana Martínez", handle: "@ana_m", testimonial: "Instalación de ventanas excelente. Trabajo prolijo, sin demoras. Respondieron todas mis consultas. Precio razonable. Muy recomendable.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diego López",
|
||||
handle: "@diego_lopez",
|
||||
testimonial: "Rejas de seguridad perfectas. Combinan diseño con funcionalidad. Atención rápida y profesional. Cumplieron exactamente con lo prometido.",
|
||||
rating: 5,
|
||||
id: "4", name: "Diego López", handle: "@diego_lopez", testimonial: "Rejas de seguridad perfectas. Combinan diseño con funcionalidad. Atención rápida y profesional. Cumplieron exactamente con lo prometido.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucía Fernández",
|
||||
handle: "@lucia_f",
|
||||
testimonial: "Mosquiteros a medida. Trabajo de primera calidad. Respondieron inmediatamente a mis consultas. Altamente recomendable.",
|
||||
rating: 5,
|
||||
id: "5", name: "Lucía Fernández", handle: "@lucia_f", testimonial: "Mosquiteros a medida. Trabajo de primera calidad. Respondieron inmediatamente a mis consultas. Altamente recomendable.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Roberto Sánchez",
|
||||
handle: "@roberto_s",
|
||||
testimonial: "Reparación rápida y efectiva. Precio justo. Profesionales muy competentes. Volvería a contratar sin dudarlo.",
|
||||
rating: 5,
|
||||
id: "6", name: "Roberto Sánchez", handle: "@roberto_s", testimonial: "Reparación rápida y efectiva. Precio justo. Profesionales muy competentes. Volvería a contratar sin dudarlo.", rating: 5,
|
||||
icon: User,
|
||||
},
|
||||
]}
|
||||
@@ -279,47 +210,17 @@ export default function HomePage() {
|
||||
tagIcon={ImageIcon}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cerramientos de Balcón - Departamento Centro",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg?_wi=1",
|
||||
imageAlt: "Cerramientos de aluminio en balcón",
|
||||
},
|
||||
id: "1", name: "Cerramientos de Balcón - Departamento Centro", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg", imageAlt: "Cerramientos de aluminio en balcón"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ventanas Corredizas - Casa Recoleta",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=1",
|
||||
imageAlt: "Ventanas de aluminio corredizas",
|
||||
},
|
||||
id: "2", name: "Ventanas Corredizas - Casa Recoleta", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg", imageAlt: "Ventanas de aluminio corredizas"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rejas de Seguridad - Local Comercial",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=1",
|
||||
imageAlt: "Rejas de seguridad modernas",
|
||||
},
|
||||
id: "3", name: "Rejas de Seguridad - Local Comercial", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg", imageAlt: "Rejas de seguridad modernas"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mosquiteros Personalizados - Penthouse",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-using-laptop_23-2148933621.jpg?_wi=1",
|
||||
imageAlt: "Mosquiteros enrollables a medida",
|
||||
},
|
||||
id: "4", name: "Mosquiteros Personalizados - Penthouse", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-using-laptop_23-2148933621.jpg", imageAlt: "Mosquiteros enrollables a medida"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Puerta de Aluminio y Vidrio - Patio",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-holding-shopping-bags_23-2148660697.jpg?_wi=1",
|
||||
imageAlt: "Puertas de aluminio con vidrio templado",
|
||||
},
|
||||
id: "5", name: "Puerta de Aluminio y Vidrio - Patio", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-holding-shopping-bags_23-2148660697.jpg", imageAlt: "Puertas de aluminio con vidrio templado"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Estructura Metálica - Pergolado",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-carrying-laptop_23-2148993854.jpg?_wi=1",
|
||||
imageAlt: "Estructura metálica para pergolado",
|
||||
},
|
||||
id: "6", name: "Estructura Metálica - Pergolado", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-carrying-laptop_23-2148993854.jpg", imageAlt: "Estructura metálica para pergolado"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -347,14 +248,13 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg"
|
||||
imageAlt="Footer background - Cerramientos Walter"
|
||||
logoText="Cerramientos Walter"
|
||||
copyrightText="© 2025 Cerramientos Walter | Todos los derechos reservados"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Cerramientos", href: "#services" },
|
||||
{ label: "Ventanas", href: "#services" },
|
||||
{ label: "Rejas", href: "#services" },
|
||||
@@ -363,8 +263,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Sobre Nosotros", href: "#" },
|
||||
{ label: "Galería", href: "#gallery" },
|
||||
@@ -372,12 +271,9 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "+54 9 11 3949 3469",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
label: "+54 9 11 3949 3469", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
{ label: "Av. Juan B. Justo 6612, CABA", href: "#" },
|
||||
{ label: "Lun-Vie: 08:00 - 18:00", href: "#" },
|
||||
{ label: "Sáb: 09:00 - 14:00", href: "#" },
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Wrench, Windows, Square, Lock, Wind, DoorOpen, Hammer, Phone, ImageIcon } from "lucide-react";
|
||||
import { Wrench, Square, Lock, Wind, DoorOpen, Hammer, Phone, Image as ImageIcon } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ServicesPage() {
|
||||
@@ -17,7 +17,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,35 +48,23 @@ export default function ServicesPage() {
|
||||
tagIcon={Wrench}
|
||||
features={[
|
||||
{
|
||||
icon: Windows,
|
||||
title: "Cerramientos de Aluminio",
|
||||
description: "Cerramientos modernos y duraderos para balcones, patios y terrazas. Diseño personalizado según tus necesidades.",
|
||||
},
|
||||
icon: Square,
|
||||
title: "Cerramientos de Aluminio", description: "Cerramientos modernos y duraderos para balcones, patios y terrazas. Diseño personalizado según tus necesidades."},
|
||||
{
|
||||
icon: Square,
|
||||
title: "Ventanas de Aluminio",
|
||||
description: "Ventanas de alta calidad con aislación térmica. Acabados premium y marcos reforzados para máxima durabilidad.",
|
||||
},
|
||||
title: "Ventanas de Aluminio", description: "Ventanas de alta calidad con aislación térmica. Acabados premium y marcos reforzados para máxima durabilidad."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Rejas de Seguridad",
|
||||
description: "Rejas robustas y elegantes que combinan seguridad con estética. Protección profesional para tu hogar o local.",
|
||||
},
|
||||
title: "Rejas de Seguridad", description: "Rejas robustas y elegantes que combinan seguridad con estética. Protección profesional para tu hogar o local."},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Mosquiteros",
|
||||
description: "Mosquiteros personalizados para ventanas y puertas. Máxima protección contra insectos sin sacrificar visibilidad.",
|
||||
},
|
||||
title: "Mosquiteros", description: "Mosquiteros personalizados para ventanas y puertas. Máxima protección contra insectos sin sacrificar visibilidad."},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
title: "Puertas y Cerramientos",
|
||||
description: "Puertas de aluminio y vidrio para interiores y exteriores. Soluciones de alta calidad con instalación profesional.",
|
||||
},
|
||||
title: "Puertas y Cerramientos", description: "Puertas de aluminio y vidrio para interiores y exteriores. Soluciones de alta calidad con instalación profesional."},
|
||||
{
|
||||
icon: Hammer,
|
||||
title: "Reparaciones e Instalaciones",
|
||||
description: "Servicio completo de reparación, mantenimiento e instalación. Atención rápida y trabajo prolijo garantizado.",
|
||||
},
|
||||
title: "Reparaciones e Instalaciones", description: "Servicio completo de reparación, mantenimiento e instalación. Atención rápida y trabajo prolijo garantizado."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -94,26 +82,11 @@ export default function ServicesPage() {
|
||||
tagIcon={ImageIcon}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cerramientos de Balcón - Departamento Centro",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg?_wi=2",
|
||||
imageAlt: "Cerramientos de aluminio en balcón",
|
||||
},
|
||||
id: "1", name: "Cerramientos de Balcón - Departamento Centro", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg", imageAlt: "Cerramientos de aluminio en balcón"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ventanas Corredizas - Casa Recoleta",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=2",
|
||||
imageAlt: "Ventanas de aluminio corredizas",
|
||||
},
|
||||
id: "2", name: "Ventanas Corredizas - Casa Recoleta", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg", imageAlt: "Ventanas de aluminio corredizas"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rejas de Seguridad - Local Comercial",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=2",
|
||||
imageAlt: "Rejas de seguridad modernas",
|
||||
},
|
||||
id: "3", name: "Rejas de Seguridad - Local Comercial", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg", imageAlt: "Rejas de seguridad modernas"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -141,14 +114,13 @@ export default function ServicesPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg"
|
||||
imageAlt="Footer background - Cerramientos Walter"
|
||||
logoText="Cerramientos Walter"
|
||||
copyrightText="© 2025 Cerramientos Walter | Todos los derechos reservados"
|
||||
columns={[
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Cerramientos", href: "#services-detail" },
|
||||
{ label: "Ventanas", href: "#services-detail" },
|
||||
{ label: "Rejas", href: "#services-detail" },
|
||||
@@ -157,8 +129,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Sobre Nosotros", href: "#" },
|
||||
{ label: "Galería", href: "#gallery-preview" },
|
||||
@@ -166,12 +137,9 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "+54 9 11 3949 3469",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
label: "+54 9 11 3949 3469", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
{ label: "Av. Juan B. Justo 6612, CABA", href: "#" },
|
||||
{ label: "Lun-Vie: 08:00 - 18:00", href: "#" },
|
||||
{ label: "Sáb: 09:00 - 14:00", href: "#" },
|
||||
|
||||
@@ -5,6 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Phone, Image as ImageIcon } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function WorksPage() {
|
||||
@@ -18,8 +19,7 @@ export default function WorksPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Cerramientos", href: "#services" },
|
||||
{ label: "Ventanas", href: "#services" },
|
||||
{ label: "Rejas", href: "#services" },
|
||||
@@ -28,8 +28,7 @@ export default function WorksPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Sobre Nosotros", href: "/nosotros" },
|
||||
{ label: "Galería", href: "/trabajos" },
|
||||
@@ -37,12 +36,9 @@ export default function WorksPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "+54 9 11 3949 3469",
|
||||
href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto",
|
||||
},
|
||||
label: "+54 9 11 3949 3469", href: "https://api.whatsapp.com/send?phone=5491139493469&text=Hola%20quiero%20consultar%20por%20un%20presupuesto"},
|
||||
{ label: "Av. Juan B. Justo 6612, CABA", href: "#" },
|
||||
{ label: "Lun-Vie: 08:00 - 18:00", href: "#" },
|
||||
{ label: "Sáb: 09:00 - 14:00", href: "#" },
|
||||
@@ -57,7 +53,7 @@ export default function WorksPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -76,58 +72,28 @@ export default function WorksPage() {
|
||||
<ProductCardThree
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cerramientos de Balcón - Departamento Centro",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg?_wi=3",
|
||||
imageAlt: "Cerramientos de aluminio en balcón",
|
||||
},
|
||||
id: "1", name: "Cerramientos de Balcón - Departamento Centro", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-students-standing-porch_23-2147666471.jpg", imageAlt: "Cerramientos de aluminio en balcón"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ventanas Corredizas - Casa Recoleta",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg?_wi=3",
|
||||
imageAlt: "Ventanas de aluminio corredizas",
|
||||
},
|
||||
id: "2", name: "Ventanas Corredizas - Casa Recoleta", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caucasian-woman-after-shower-towel-stands-balcony-villa-drink-coffee-tea-perfect-start-day-calm-relaxed-female-meets-new-day_343596-2053.jpg", imageAlt: "Ventanas de aluminio corredizas"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rejas de Seguridad - Local Comercial",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg?_wi=3",
|
||||
imageAlt: "Rejas de seguridad modernas",
|
||||
},
|
||||
id: "3", name: "Rejas de Seguridad - Local Comercial", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg", imageAlt: "Rejas de seguridad modernas"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mosquiteros Personalizados - Penthouse",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-home-using-laptop_23-2148933621.jpg?_wi=2",
|
||||
imageAlt: "Mosquiteros enrollables a medida",
|
||||
},
|
||||
id: "4", name: "Mosquiteros Personalizados - Penthouse", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-home-using-laptop_23-2148933621.jpg", imageAlt: "Mosquiteros enrollables a medida"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Puerta de Aluminio y Vidrio - Patio",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-adult-woman-holding-shopping-bags_23-2148660697.jpg?_wi=2",
|
||||
imageAlt: "Puertas de aluminio con vidrio templado",
|
||||
},
|
||||
id: "5", name: "Puerta de Aluminio y Vidrio - Patio", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-adult-woman-holding-shopping-bags_23-2148660697.jpg", imageAlt: "Puertas de aluminio con vidrio templado"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Estructura Metálica - Pergolado",
|
||||
price: "Consultar",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-woman-carrying-laptop_23-2148993854.jpg?_wi=2",
|
||||
imageAlt: "Estructura metálica para pergolado",
|
||||
},
|
||||
id: "6", name: "Estructura Metálica - Pergolado", price: "Consultar", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-woman-carrying-laptop_23-2148993854.jpg", imageAlt: "Estructura metálica para pergolado"},
|
||||
]}
|
||||
title="Galería de Trabajos Realizados"
|
||||
description="Nuestros mejores proyectos. Ejemplos reales de cerramientos, ventanas, rejas y estructuras metálicas instaladas en CABA"
|
||||
tag="Portfolio"
|
||||
tagIcon="Image"
|
||||
tagIcon={ImageIcon}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -140,7 +106,7 @@ export default function WorksPage() {
|
||||
tag="Próximo Paso"
|
||||
title="Pedí tu presupuesto hoy"
|
||||
description="Contáctanos por WhatsApp o teléfono. Respondemos en menos de 2 horas. Presupuestos sin compromiso y totalmente gratis."
|
||||
tagIcon="Phone"
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
@@ -151,7 +117,7 @@ export default function WorksPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg"
|
||||
imageAlt="Footer background - Cerramientos Walter"
|
||||
logoText="Cerramientos Walter"
|
||||
copyrightText="© 2025 Cerramientos Walter | Todos los derechos reservados"
|
||||
|
||||
Reference in New Issue
Block a user