Update src/app/faq/page.tsx

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

View File

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