Fix Hero Banner fonts

This commit is contained in:
adilallo
2025-08-21 17:21:39 -06:00
parent d430ec0552
commit b486022c3b
7 changed files with 43 additions and 31 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export default function Logo({ size = "default", showText = true }) {
{/* Logo Text - only show if showText is true */}
{showText && (
<div
className={`font-['Bricolage_Grotesque'] ${
className={`font-bricolage-grotesque ${
size === "homeHeaderXsmall" ||
size === "homeHeaderSm" ||
size === "homeHeaderMd" ||