From 5055cd07f865d039116b25d167bba700f12bc044 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:24:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.49.1 From 346caa61437ef1e75334122fbe1dc4ff4ab88137 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:24:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {