From c585800169b96a61fe6df44eced5409238afb7ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:31:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++++++----------------------------------- 1 file changed, 56 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 648d97e..7948048 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { MessageSquare, ShieldCheck, Target, TrendingUp, Users } from "lucide-react"; +import { MessageSquare, ShieldCheck, Target, TrendingUp, Users, BarChart3 } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,99 +45,56 @@ export default function LandingPage() {
@@ -157,52 +106,36 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Gestión de Comunidad", - description: "Construimos comunidades leales en redes sociales.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=1", - }, + title: "Gestión de Comunidad", description: "Construimos comunidades leales en redes sociales.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg"}, items: [ { icon: Users, - text: "Estrategia constante", - }, + text: "Estrategia constante"}, { icon: MessageSquare, - text: "Interacción real", - }, + text: "Interacción real"}, { icon: TrendingUp, - text: "Crecimiento medible", - }, + text: "Crecimiento medible"}, ], reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzkpZZVw7DpGdpLDd2AsypHLPx/uploaded-1775499490976-79jndjb1.png", - imageAlt: "User provided image", }, { - title: "Meta Ads Management", - description: "Campañas optimizadas para maximizar su ROI.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=1", - }, + title: "Meta Ads Management", description: "Campañas optimizadas para maximizar su ROI.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg"}, items: [ { icon: BarChart3, - text: "Segmentación precisa", - }, + text: "Segmentación precisa"}, { icon: Target, - text: "Conversiones directas", - }, + text: "Conversiones directas"}, { icon: ShieldCheck, - text: "Presupuesto eficiente", - }, + text: "Presupuesto eficiente"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg?_wi=2", - imageAlt: "minimalist marketing agency office professional", }, ]} title="Marketing Integral de Excelencia" @@ -218,41 +151,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "E-commerce Retail", - price: "Web Development", - imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg?_wi=3", - }, + id: "p1", name: "E-commerce Retail", price: "Web Development", imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg"}, { - id: "p2", - name: "Campaña Branding", - price: "Content Creation", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=2", - }, + id: "p2", name: "Campaña Branding", price: "Content Creation", imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg"}, { - id: "p3", - name: "Portal Inmobiliario", - price: "Web Development", - imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=2", - }, + id: "p3", name: "Portal Inmobiliario", price: "Web Development", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg"}, { - id: "p4", - name: "Landing Gastronomía", - price: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg?_wi=4", - }, + id: "p4", name: "Landing Gastronomía", price: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg"}, { - id: "p5", - name: "Visual Branding", - price: "Corporate Identity", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=3", - }, + id: "p5", name: "Visual Branding", price: "Corporate Identity", imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg"}, { - id: "p6", - name: "App Mobile Design", - price: "Development", - imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=3", - }, + id: "p6", name: "App Mobile Design", price: "Development", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg"}, ]} title="Nuestros Proyectos" description="Casos de éxito que demuestran nuestra capacidad de diseño y estrategia." @@ -265,22 +174,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Impulsamos tu Visión Local" description="Conectamos marcas de Bragado con su audiencia ideal a través de creatividad y precisión analítica." - imageSrc="http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg" imageAlt="Equipo de trabajo" mediaAnimation="slide-up" bulletPoints={[ { - title: "Creatividad sin límites", - description: "Contenido audiovisual de alta calidad.", - }, + title: "Creatividad sin límites", description: "Contenido audiovisual de alta calidad."}, { - title: "Data estratégica", - description: "Optimización constante de tus inversiones.", - }, + title: "Data estratégica", description: "Optimización constante de tus inversiones."}, { - title: "Compromiso local", - description: "Atención personalizada para cada negocio de Bragado.", - }, + title: "Compromiso local", description: "Atención personalizada para cada negocio de Bragado."}, ]} /> @@ -292,22 +195,14 @@ export default function LandingPage() { description="Estamos en Bragado, Buenos Aires. Escribinos para llevar tu marca al siguiente nivel." inputs={[ { - name: "name", - type: "text", - placeholder: "Nombre completo", - required: true, + name: "name", type: "text", placeholder: "Nombre completo", required: true, }, { - name: "email", - type: "email", - placeholder: "Email profesional", - required: true, + name: "email", type: "email", placeholder: "Email profesional", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Cuéntanos sobre tu proyecto...", - required: true, + name: "message", placeholder: "Cuéntanos sobre tu proyecto...", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283228.jpg" /> @@ -321,29 +216,19 @@ export default function LandingPage() { { items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Servicios", - href: "#services", - }, + label: "Servicios", href: "#services"}, { - label: "Portafolio", - href: "#portfolio", - }, + label: "Portafolio", href: "#portfolio"}, ], }, { items: [ { - label: "WhatsApp: +54 2342 46-4386", - href: "https://wa.me/542342464386", - }, + label: "WhatsApp: +54 2342 46-4386", href: "https://wa.me/542342464386"}, { - label: "Bragado, Buenos Aires", - href: "#", - }, + label: "Bragado, Buenos Aires", href: "#"}, ], }, ]}