4 Commits

Author SHA1 Message Date
367cee470c Update src/app/page.tsx 2026-04-06 19:05:30 +00:00
ce246c9bbf Merge version_1 into main
Merge version_1 into main
2026-04-06 18:31:29 +00:00
1a1fc68572 Merge version_1 into main
Merge version_1 into main
2026-04-06 18:31:05 +00:00
6df614a8e2 Merge version_1 into main
Merge version_1 into main
2026-04-06 18:30:33 +00:00

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{
variant: "plain"}}
title="Your Brand Deserves Professional Digital Marketing"
description="We transform businesses through strategic community management, stunning web design, professional content creation, and data-driven Meta Ads campaigns. Visual Marketing proves expertise through every pixel."
title="Tu marca merece un marketing digital profesional"
description="Transformamos negocios mediante gestión estratégica de redes, diseño web impactante, creación de contenido profesional y campañas de Meta Ads basadas en datos. Visual Marketing demuestra su experiencia en cada píxel."
testimonials={[
{
name: "Martina R.", handle: "@tienda_bragado", testimonial: "Transformaron nuestra presencia digital por completo.", rating: 5,
@@ -70,7 +70,7 @@ export default function LandingPage() {
text: "Ver Nuestro Portafolio", href: "#portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.jpg?_wi=1"
imageAlt="Visual Marketing Agency Work"
imageAlt="Trabajo de Agencia Visual Marketing"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", alt: "Martina R."},
@@ -94,7 +94,7 @@ export default function LandingPage() {
{
type: "text", text: "Diseño Web"},
{
type: "text", text: "Content Creation"},
type: "text", text: "Creación de Contenido"},
]}
/>
</div>
@@ -122,7 +122,7 @@ export default function LandingPage() {
reverse: false,
},
{
title: "Meta Ads Management", description: "Campañas optimizadas para maximizar su ROI.", media: {
title: "Gestión de Meta Ads", description: "Campañas optimizadas para maximizar su retorno de inversión.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=1"},
items: [
{
@@ -151,17 +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=2"},
id: "p1", name: "E-commerce Retail", price: "Desarrollo Web", imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.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?_wi=2"},
id: "p2", name: "Campaña Branding", price: "Creación de Contenido", imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.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?_wi=2"},
id: "p3", name: "Portal Inmobiliario", price: "Desarrollo Web", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=2"},
{
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=3"},
id: "p4", name: "Landing Gastronomía", price: "Estrategia", imageSrc: "http://img.b2bpic.net/free-photo/photographers-workplace-with-camera-lens-flat-lay_169016-21434.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?_wi=3"},
id: "p5", name: "Visual Branding", price: "Identidad Corporativa", imageSrc: "http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.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?_wi=3"},
id: "p6", name: "App Mobile Design", price: "Desarrollo", imageSrc: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg?_wi=3"},
]}
title="Nuestros Proyectos"
description="Casos de éxito que demuestran nuestra capacidad de diseño y estrategia."
@@ -211,7 +211,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzkpZZVw7DpGdpLDd2AsypHLPx/uploaded-1775499490976-79jndjb1.png"
logoAlt="Visual Marketing Logo"
logoAlt="Logo de Visual Marketing"
columns={[
{
items: [
@@ -238,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}