Switch to version 2: modified src/app/faq/page.tsx

This commit is contained in:
2026-06-11 11:18:35 +00:00
parent f1bba437ef
commit b15b684411

View File

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