Merge version_1 into main #2
286
src/app/page.tsx
286
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicios", id: "services"},
|
||||
{
|
||||
name: "Proyectos",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Proyectos", id: "gallery"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Carpintería Blanco"
|
||||
/>
|
||||
@@ -54,113 +46,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Carpintería a medida en Málaga que cumple lo que promete"
|
||||
description="Transformamos tu hogar con muebles de alta calidad, puntualidad, limpieza y un trato cercano. Diseños únicos fabricados para durar."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=1",
|
||||
imageAlt: "Carpintería Málaga trabajo 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=2",
|
||||
imageAlt: "Carpintería Málaga trabajo 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=3",
|
||||
imageAlt: "Carpintería Málaga trabajo 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=4",
|
||||
imageAlt: "Carpintería Málaga trabajo 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=5",
|
||||
imageAlt: "Carpintería Málaga trabajo 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 5"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=6",
|
||||
imageAlt: "Carpintería Málaga trabajo 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 6"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=7",
|
||||
imageAlt: "Carpintería Málaga trabajo 7",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 7"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=8",
|
||||
imageAlt: "Carpintería Málaga trabajo 8",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 8"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=9",
|
||||
imageAlt: "Carpintería Málaga trabajo 9",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 9"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=10",
|
||||
imageAlt: "Carpintería Málaga trabajo 10",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg", imageAlt: "Carpintería Málaga trabajo 10"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+34600000000",
|
||||
},
|
||||
text: "Llamar ahora", href: "tel:+34600000000"},
|
||||
{
|
||||
text: "Solicitar presupuesto",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar presupuesto", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
alt: "Cliente 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", alt: "Cliente 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/open-kitchen-drawers-with-modern-hardware-cabinet-fronts-minimalist-kitchen-furniture-design_169016-72118.jpg",
|
||||
alt: "Cliente 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/open-kitchen-drawers-with-modern-hardware-cabinet-fronts-minimalist-kitchen-furniture-design_169016-72118.jpg", alt: "Cliente 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg",
|
||||
alt: "Cliente 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg", alt: "Cliente 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg",
|
||||
alt: "Cliente 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg", alt: "Cliente 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg",
|
||||
alt: "Cliente 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", alt: "Cliente 5"},
|
||||
]}
|
||||
avatarText="Más de 100 clientes satisfechos en Málaga"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-ouija-board-wooden-table_23-2149486502.jpg",
|
||||
alt: "Sello 1",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flat-lay-ouija-board-wooden-table_23-2149486502.jpg", alt: "Sello 1"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/word-design-calligraphy-wanderlust-travel_53876-124511.jpg",
|
||||
alt: "Sello 2",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/word-design-calligraphy-wanderlust-travel_53876-124511.jpg", alt: "Sello 2"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/idaho-heart-banner_187299-34348.jpg",
|
||||
alt: "Sello 3",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/idaho-heart-banner_187299-34348.jpg", alt: "Sello 3"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-engraving-wood-outdoors_23-2149061697.jpg",
|
||||
alt: "Sello 4",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-engraving-wood-outdoors_23-2149061697.jpg", alt: "Sello 4"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/composition-fathers-day-with-some-tools_23-2147790948.jpg",
|
||||
alt: "Sello 5",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/composition-fathers-day-with-some-tools_23-2147790948.jpg", alt: "Sello 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,12 +112,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Puntualidad garantizada",
|
||||
"Limpieza absoluta",
|
||||
"Materiales premium",
|
||||
"Diseño personalizado",
|
||||
"Atención cercana",
|
||||
]}
|
||||
"Puntualidad garantizada", "Limpieza absoluta", "Materiales premium", "Diseño personalizado", "Atención cercana"]}
|
||||
title="Más de 100 clientes satisfechos en Málaga"
|
||||
description="Respaldados por una valoración de 4.8/5 estrellas. Tu proyecto en las mejores manos."
|
||||
/>
|
||||
@@ -188,67 +125,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Armarios a medida",
|
||||
description: "Organización inteligente optimizada para tu espacio.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=1",
|
||||
imageAlt: "Armarios Málaga",
|
||||
},
|
||||
title: "Armarios a medida", description: "Organización inteligente optimizada para tu espacio.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "Armarios Málaga"},
|
||||
items: [
|
||||
{
|
||||
text: "Diseño optimizado",
|
||||
icon: CheckCircle,
|
||||
text: "Diseño optimizado", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Acabados modernos",
|
||||
icon: CheckCircle,
|
||||
text: "Acabados modernos", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741783.jpg?_wi=11",
|
||||
imageAlt: "carpintero trabajando en taller madera profesional",
|
||||
},
|
||||
{
|
||||
title: "Cocinas personalizadas",
|
||||
description: "El corazón de tu hogar, fabricado con materiales de alta gama.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=1",
|
||||
imageAlt: "Cocinas Málaga",
|
||||
},
|
||||
title: "Cocinas personalizadas", description: "El corazón de tu hogar, fabricado con materiales de alta gama.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "Cocinas Málaga"},
|
||||
items: [
|
||||
{
|
||||
text: "Ergonomía total",
|
||||
icon: CheckCircle,
|
||||
text: "Ergonomía total", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Diseño funcional",
|
||||
icon: CheckCircle,
|
||||
text: "Diseño funcional", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
imageAlt: "cliente satisfecho hogar moderno",
|
||||
},
|
||||
{
|
||||
title: "Puertas de interior",
|
||||
description: "Puertas de alta calidad con acabados impecables.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg?_wi=1",
|
||||
imageAlt: "Puertas Málaga",
|
||||
},
|
||||
title: "Puertas de interior", description: "Puertas de alta calidad con acabados impecables.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg", imageAlt: "Puertas Málaga"},
|
||||
items: [
|
||||
{
|
||||
text: "Diseño elegante",
|
||||
icon: CheckCircle,
|
||||
text: "Diseño elegante", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Aislamiento superior",
|
||||
icon: CheckCircle,
|
||||
text: "Aislamiento superior", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawers-with-modern-hardware-cabinet-fronts-minimalist-kitchen-furniture-design_169016-72118.jpg",
|
||||
imageAlt: "joven profesional satisfecho reforma",
|
||||
},
|
||||
]}
|
||||
title="Nuestros Servicios de Carpintería"
|
||||
@@ -264,47 +177,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Armario Dormitorio",
|
||||
price: "Calidad Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=2",
|
||||
imageAlt: "Armario",
|
||||
},
|
||||
id: "p1", name: "Armario Dormitorio", price: "Calidad Premium", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "Armario"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cocina Abierta",
|
||||
price: "Diseño a medida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=2",
|
||||
imageAlt: "Cocina",
|
||||
},
|
||||
id: "p2", name: "Cocina Abierta", price: "Diseño a medida", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "Cocina"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Puertas Diseño",
|
||||
price: "Estilo Minimal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg?_wi=2",
|
||||
imageAlt: "Puertas",
|
||||
},
|
||||
id: "p3", name: "Puertas Diseño", price: "Estilo Minimal", imageSrc: "http://img.b2bpic.net/free-photo/big-wooden-door_1156-63.jpg", imageAlt: "Puertas"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mueble Baño",
|
||||
price: "Madera Noble",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-house-bathroom-interior_1232-2953.jpg",
|
||||
imageAlt: "Baño",
|
||||
},
|
||||
id: "p4", name: "Mueble Baño", price: "Madera Noble", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-bathroom-interior_1232-2953.jpg", imageAlt: "Baño"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mueble Salón",
|
||||
price: "Funcionalidad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037434.jpg",
|
||||
imageAlt: "Salón",
|
||||
},
|
||||
id: "p5", name: "Mueble Salón", price: "Funcionalidad", imageSrc: "http://img.b2bpic.net/free-photo/woman-digital-disconnecting-home-by-listening-music-vinyl_23-2150037434.jpg", imageAlt: "Salón"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mueble Oficina",
|
||||
price: "Ergonomía",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797719.jpg",
|
||||
imageAlt: "Oficina",
|
||||
},
|
||||
id: "p6", name: "Mueble Oficina", price: "Ergonomía", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797719.jpg", imageAlt: "Oficina"},
|
||||
]}
|
||||
title="Proyectos realizados"
|
||||
description="Una muestra de nuestra dedicación y calidad artesana."
|
||||
@@ -317,60 +200,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "María G.",
|
||||
date: "Oct 2024",
|
||||
title: "Reforma cocina",
|
||||
quote: "Puntuales, rápidos y súper limpios. Excelente trabajo.",
|
||||
tag: "Excelente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg",
|
||||
imageAlt: "pareja feliz reforma baño Málaga",
|
||||
},
|
||||
id: "t1", name: "María G.", date: "Oct 2024", title: "Reforma cocina", quote: "Puntuales, rápidos y súper limpios. Excelente trabajo.", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg", imageAlt: "pareja feliz reforma baño Málaga"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos R.",
|
||||
date: "Sep 2024",
|
||||
title: "Armarios",
|
||||
quote: "Máxima profesionalidad y trato inmejorable.",
|
||||
tag: "Muy profesional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawers-with-modern-hardware-cabinet-fronts-minimalist-kitchen-furniture-design_169016-72118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg",
|
||||
imageAlt: "cliente casa moderna Málaga",
|
||||
},
|
||||
id: "t2", name: "Carlos R.", date: "Sep 2024", title: "Armarios", quote: "Máxima profesionalidad y trato inmejorable.", tag: "Muy profesional", avatarSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawers-with-modern-hardware-cabinet-fronts-minimalist-kitchen-furniture-design_169016-72118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg", imageAlt: "cliente casa moderna Málaga"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ana M.",
|
||||
date: "Ago 2024",
|
||||
title: "Puertas",
|
||||
quote: "Diseños a medida que superan expectativas.",
|
||||
tag: "Muy recomendable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg",
|
||||
imageAlt: "cliente feliz armario diseño",
|
||||
},
|
||||
id: "t3", name: "Ana M.", date: "Ago 2024", title: "Puertas", quote: "Diseños a medida que superan expectativas.", tag: "Muy recomendable", avatarSrc: "http://img.b2bpic.net/free-photo/couple-indoors-being-happy-dancing-kitchen_23-2148593233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", imageAlt: "cliente feliz armario diseño"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier P.",
|
||||
date: "Jul 2024",
|
||||
title: "Mueble baño",
|
||||
quote: "Gran atención al detalle y acabados perfectos.",
|
||||
tag: "Calidad top",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg?_wi=3",
|
||||
imageAlt: "armario a medida elegante Málaga",
|
||||
},
|
||||
id: "t4", name: "Javier P.", date: "Jul 2024", title: "Mueble baño", quote: "Gran atención al detalle y acabados perfectos.", tag: "Calidad top", avatarSrc: "http://img.b2bpic.net/free-photo/hand-slides-drawer-kitchen-lighting-warm-minimalism_169016-71115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861565.jpg", imageAlt: "armario a medida elegante Málaga"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofía D.",
|
||||
date: "Jun 2024",
|
||||
title: "Reforma salón",
|
||||
quote: "Los mejores carpinteros de la ciudad.",
|
||||
tag: "Encantada",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg?_wi=3",
|
||||
imageAlt: "cocina personalizada madera Málaga",
|
||||
},
|
||||
id: "t5", name: "Sofía D.", date: "Jun 2024", title: "Reforma salón", quote: "Los mejores carpinteros de la ciudad.", tag: "Encantada", avatarSrc: "http://img.b2bpic.net/free-photo/happy-blonde-young-woman-showing-dress-shop_23-2147944604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blue-kitchen-with-metal-ladder-built-oven-loft-kitchen_169016-69383.jpg", imageAlt: "cocina personalizada madera Málaga"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Opiniones reales de vecinos de Málaga que confiaron en nosotros."
|
||||
@@ -384,22 +222,14 @@ export default function LandingPage() {
|
||||
description="Cuéntanos tu proyecto y te responderemos en menos de 24 horas."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu nombre", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu teléfono",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Tu teléfono", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "description",
|
||||
placeholder: "Cuéntanos qué necesitas...",
|
||||
rows: 4,
|
||||
name: "description", placeholder: "Cuéntanos qué necesitas...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-carpenters-with-hammer-hitting-planks_329181-15702.jpg"
|
||||
@@ -413,14 +243,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user