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