Merge version_4 into main #7

Merged
bender merged 2 commits from version_4 into main 2026-02-26 05:21:02 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -40,7 +40,6 @@ export default function LandingPage() {
brandName="Catalyst"
bottomLeftText="San Francisco, CA"
bottomRightText="hello@catalystmarketing.com"
alwaysShowNav={true}
/>
</div>
@@ -278,4 +277,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}