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 +}