From 6c13722dcf32bd6397bc02e6e522e1f17b091290 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:20:56 +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 1b2bb01..60a0d59 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: "Catalyst Marketing", description: "Transform your brand into a market leader"}; + title: "Catalyst Marketing", description: "Transform your brand into a market leader" +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 3c2dea27ad97f59e9c0d7f3950099ba7d848ee36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:20:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3fc7ae..d1661d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,6 @@ export default function LandingPage() { brandName="Catalyst" bottomLeftText="San Francisco, CA" bottomRightText="hello@catalystmarketing.com" - alwaysShowNav={true} /> @@ -278,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1