From a6127bac446dace27bfbb3d49198528d89e4b0e8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:58:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51b0a0d..7579d1d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,7 +34,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + ); -} +} \ No newline at end of file -- 2.49.1 From 2024e583f3c1066478991050a6b5fc7634f77630 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:58:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 122 +++++++++++++++++++++++------------------------ 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09cda43..35a581a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,10 +29,10 @@ export default function LandingPage() { brandName="Avstar Studios" navItems={[ { name: "Home", id: "hero" }, - { name: "Why Us", id: "about" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "Contact", id: "contact" } + { name: "Por qué nosotros", id: "about" }, + { name: "Servicios", id: "services" }, + { name: "Portafolio", id: "portfolio" }, + { name: "Contacto", id: "contact" } ]} bottomLeftText="Barcelona" bottomRightText="sava@avstarbcn.com" @@ -45,8 +45,8 @@ export default function LandingPage() { description="Elevating Business Value Through Cinema" layoutOrder="default" buttons={[ - { text: "View Portfolio", href: "#portfolio" }, - { text: "Request Consultation", href: "mailto:sava@avstarbcn.com" } + { text: "Ver Portafolio", href: "#portfolio" }, + { text: "Solicitar Consulta", href: "mailto:sava@avstarbcn.com" } ]} background={{ variant: "plain" }} mediaAnimation="slide-up" @@ -57,20 +57,20 @@ export default function LandingPage() {
@@ -103,27 +103,27 @@ export default function LandingPage() {
@@ -131,30 +131,30 @@ export default function LandingPage() {
@@ -162,48 +162,48 @@ export default function LandingPage() {