Merge version_4 into main #7
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user