diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4d9c4b3..9b0d44f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1407 +1,18 @@ -import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +import type { Metadata } from 'next'; export const metadata: Metadata = { - title: "Dump Truck Hauling NJ | Construction Material Delivery", description: "Professional dump truck hauling services in New Jersey. Fast, reliable material delivery for construction sites and landscaping projects. Call for your free quote today.", keywords: "dump truck hauling, New Jersey, construction materials, gravel delivery, dirt hauling, landscaping materials", openGraph: { - title: "DumpTruck NJ - Professional Hauling Services", description: "Reliable dump truck hauling for construction and landscaping across New Jersey. 24-hour quote response.", siteName: "DumpTruck NJ", type: "website"}, - twitter: { - card: "summary_large_image", title: "Professional Dump Truck Hauling in New Jersey", description: "Fast and reliable material delivery for contractors and landscapers"}, + title: 'Troya Trucking LLC | Dump Truck Hauling Services NJ PA', + description: 'Professional dump truck hauling services for construction, landscaping, and contractors across New Jersey and Pennsylvania. Reliable material transport, competitive rates, on-time delivery.', }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -