From e92f8bfe99c1f57db815c7a7fcccfc8f0f7b5ffd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:18:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ed2f241..d705a4f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,11 @@ import type { Metadata } from "next"; -import { Manrope } from "next/font/google"; -import "./styles/variables.css"; +import { Raleway } from "next/font/google"; import "./globals.css"; -const manrope = Manrope({ - variable: "--font-manrope", subsets: ["latin"], -}); +const raleway = Raleway({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Taishan Construction | Premium Hardscape & Building Services Toronto", description: "Premium interlock driveways, patios, landscaping & construction services across the GTA. Free 3D design, expert installation, luxury results." -}; + title: "Taishan Construction - Premium Hardscape & Construction Services Toronto", description: "Premium landscaping and construction services across the GTA. Free 3D design, professional installation, material showroom."}; export default function RootLayout({ children, @@ -18,12 +14,7 @@ export default function RootLayout({ }) { return ( - - - - - {children} - + {children}