diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index f4b7e9a..29857ef 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -41,6 +41,7 @@ export default function LandingPage() { name: "Get a Quote", id: "/contact"}, ]} brandName="GC Roofing" + logoClassName="text-2xl font-bold text-primary-cta" /> @@ -132,4 +133,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}