From ee292dbf550c6785340d154b7374dc62b8ea128d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:36:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60a0d59..3b893ec 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From f0de26a2bd98ad1945a828a18be7476613dd2272 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:36:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1661d6..a9d4015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,6 +40,7 @@ export default function LandingPage() { brandName="Catalyst" bottomLeftText="San Francisco, CA" bottomRightText="hello@catalystmarketing.com" + isSticky={true} /> @@ -277,4 +278,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1