diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 050f6c9..37b2e65 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Mi Vida - Creative Digital Solutions", description: "Portfolio of elegant, scalable digital solutions for complex problems"}; + title: "Mi Vida - Creative Digital Solutions", description: "Portfolio of elegant, scalable digital solutions for complex problems" +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 00e1445..f9c5e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() {