From 9c605dbf4c976a63e564f32182d286e3d6ebdcb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:20:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..4b2d312 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Professional Tree Services Perth | Trees A Crowd", + description: "Expert tree removal, pruning & maintenance in Perth WA. Safe, reliable local service. Call 0450 552 659 for free quote.", +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +30,9 @@ export default function RootLayout({ return ( - + {children}