Update src/app/contact/page.tsx

This commit is contained in:
2026-06-11 11:14:15 +00:00
parent 336bb555a2
commit 353596c72d

View File

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