From fc0daf42a4d5de2197528517ce727e44cba26a16 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:13:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 102 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 84 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9533cb2..5c79f72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { CheckCircle, Flower2, Leaf, Sprout } from "lucide-react"; +import { CheckCircle, Flower2, Leaf, Sprout, Scissors, Grass } from "lucide-react"; export default function LandingPage() { return ( @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Solicitar Presupuesto", href: "contact"}} + text: "Solicitar Presupuesto", href: "contact" + }} /> @@ -62,7 +63,8 @@ export default function LandingPage() { + + +
+ +
+ +
+
@@ -105,13 +161,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Consulta Inicial", description: "Visitamos tu propiedad y escuchamos tus ideas, presupuesto y objetivos para crear un plan personalizado.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg"}, + title: "Consulta Inicial", description: "Visitamos tu propiedad y escuchamos tus ideas, presupuesto y objetivos para crear un plan personalizado.", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg" + }, { id: 2, - title: "Diseño Propuesta", description: "Nuestro equipo desarrolla un diseño detallado con visualizaciones 3D de tu nuevo espacio verde.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205464.jpg"}, + title: "Diseño Propuesta", description: "Nuestro equipo desarrolla un diseño detallado con visualizaciones 3D de tu nuevo espacio verde.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205464.jpg" + }, { id: 3, - title: "Implementación", description: "Ejecutamos el proyecto con profesionalismo, respetando cronogramas y presupuestos acordados.", imageSrc: "http://img.b2bpic.net/free-photo/family-with-with-little-sons-are-planting-tree-yard_1157-37427.jpg"}, + title: "Implementación", description: "Ejecutamos el proyecto con profesionalismo, respetando cronogramas y presupuestos acordados.", imageSrc: "http://img.b2bpic.net/free-photo/family-with-with-little-sons-are-planting-tree-yard_1157-37427.jpg" + }, ]} /> @@ -126,11 +185,14 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "500+", title: "Proyectos Completados", description: "Transformaciones exitosas en hogares y negocios", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-notebook-inspecting-plants_23-2147768544.jpg"}, + id: "1", value: "500+", title: "Proyectos Completados", description: "Transformaciones exitosas en hogares y negocios", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-notebook-inspecting-plants_23-2147768544.jpg" + }, { - id: "2", value: "15 Años", title: "Experiencia", description: "Trayectoria comprobada en diseño y mantenimiento de jardines", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-cute-flowerpot-greenhouse_7502-7639.jpg"}, + id: "2", value: "15 Años", title: "Experiencia", description: "Trayectoria comprobada en diseño y mantenimiento de jardines", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-cute-flowerpot-greenhouse_7502-7639.jpg" + }, { - id: "3", value: "98%", title: "Satisfacción Cliente", description: "Clientes satisfechos que recomiendan nuestros servicios", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-speaking-phone-near-blurred-woman-with-laptop_23-2147779662.jpg"}, + id: "3", value: "98%", title: "Satisfacción Cliente", description: "Clientes satisfechos que recomiendan nuestros servicios", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-speaking-phone-near-blurred-woman-with-laptop_23-2147779662.jpg" + }, ]} /> @@ -146,16 +208,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "María González", role: "Propietaria", company: "Casa Familiar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-698.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-698.jpg" + }, { id: "2", name: "Carlos Rodríguez", role: "Gerente", company: "Café Jardín", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-drinking-coffee-tea-from-office-mug-smiling-enthusiastic-camera-s_1258-154152.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-drinking-coffee-tea-from-office-mug-smiling-enthusiastic-camera-s_1258-154152.jpg" + }, { id: "3", name: "Ana Martínez", role: "Diseñadora", company: "Estudio Moderno", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148815588.jpg" + }, { id: "4", name: "Juan López", role: "Propietario", company: "Hotel Boutique", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg" + }, ]} kpiItems={[ { value: "500+", label: "Proyectos completados" }, @@ -211,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1