From 353596c72d78adb64117d40f9d6b37bfe01f2fab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 11:14:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ad90141..10ffb6e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" /> @@ -130,4 +131,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}