From efbc3176183f5a0f4754f645ed5f4471399adce9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 22:05:00 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 98575e9..e6d471b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Nunito_Sans } from "next/font/google"; +import { Figtree } from "next/font/google"; @@ -15,9 +16,9 @@ export const metadata: Metadata = { description: 'Send a video of your Funko Pop and get instant AI-powered damage detection, authenticity verification, and live price market tracking.', }; -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + +const figtree = Figtree({ + variable: "--font-figtree", subsets: ["latin"], }); export default function RootLayout({ @@ -28,7 +29,7 @@ export default function RootLayout({ return ( - + {children}