From 80a3d1305185437c672c973c332bd7bfaab42769 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:48:24 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1415 +------------------------------------------- 1 file changed, 18 insertions(+), 1397 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c633605..5915d43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1417 +1,39 @@ import type { Metadata } from "next"; -import { Manrope } from "next/font/google"; -import { DM_Sans } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { Inter } from "next/font/google"; +import "./styles/variables.css"; +import "./styles/base.css"; -const manrope = Manrope({ - variable: "--font-manrope", subsets: ["latin"], -}); - -const dmSans = DM_Sans({ - variable: "--font-dm-sans", subsets: ["latin"], +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Headlight Restoration Melbourne | LightsbyLuke $100", description: "Professional headlight restoration in Melbourne. Restore foggy headlights to crystal clear for $100. Fast service, 5-star rated, 6-month warranty. Call 0476 393 142.", keywords: "headlight restoration Melbourne, foggy headlights repair, car headlight polishing, restore headlights near me, headlight restoration service", metadataBase: new URL("https://lightsbylukeauto.com.au"), - alternates: { - canonical: "https://lightsbylukeauto.com.au"}, - openGraph: { - title: "Professional Headlight Restoration Melbourne", description: "Restore your car's headlights to crystal clear. $100 full service with UV protection and 6-month warranty.", url: "https://lightsbylukeauto.com.au", siteName: "LightsbyLuke", images: [ - { - url: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4377.jpg", alt: "Headlight restoration before and after"}, - ], - type: "website"}, - twitter: { - card: "summary_large_image", title: "Headlight Restoration Melbourne", description: "Professional headlight restoration. Make your headlights look brand new.", images: ["http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4377.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "LightsbyLuke - Professional Headlight Restoration Melbourne", description: "Professional headlight restoration service in Melbourne. Crystal clear results for $100. UV protection coating included. 6-month warranty. Fast local service."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +