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"},
]}
brandName="GC Roofing"
logoClassName="text-2xl font-bold text-primary-cta"
/>
</div>
@@ -132,4 +133,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}