From b4de241b10b459d2903bcd1f44a77d357cc8d0c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:30:33 +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 3dcf52d..0b8da0a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming."}; + title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming." +}; export default function RootLayout({ children, -- 2.49.1 From 5b999ced81d0d378ac108e00ae0cc6c9a054c0bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:30:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdd6f29..e0802ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,8 +176,8 @@ export default function LandingPage() { frameStyle="card" /> - {/* Glassy card overlay - positioned half off and half on the image */} -
+ {/* Glassy card overlay - positioned in front of hero image */} +
-- 2.49.1