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 +} 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 +}