From f6dbbf35fdc32aab2489297a78f8783ee3884126 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 05:10:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ed03d2..5bc74db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals"}; + title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals" +}; export default function RootLayout({ children, @@ -1237,4 +1238,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From fa5f984528be79fcd764cd4ba7841592719c641f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 05:10:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac82abe..243f696 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,17 +44,23 @@ export default function LandingPage() { -- 2.49.1