diff --git a/src/app/page.tsx b/src/app/page.tsx index b831afc..e7fd18a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { @@ -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() {