Update src/app/page.tsx

This commit is contained in:
2026-06-11 11:14:16 +00:00
parent 9f84edd011
commit ff0501c9dc

View File

@@ -47,6 +47,7 @@ export default function LandingPage() {
name: "Get a Quote", id: "/contact"},
]}
brandName="GC Roofing"
logoClassName="text-2xl font-bold text-primary-cta"
/>
</div>
@@ -290,4 +291,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}