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 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() {