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

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

View File

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