Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-09 01:16:07 +00:00

View File

@@ -1,13 +1,12 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/Tag";
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export const metadata: Metadata = {
title: "PB&J Plumbing - Trusted Plumbing Services in Spring Hill & Palm Harbor, FL", description: "27 years of expert plumbing services. Emergency repairs, bathroom remodels, full repiping, and more. Licensed & insured. Free estimates. Serving Spring Hill, Palm Harbor & surrounding areas."};
title: "PB&J Plumbing - Trusted Plumbing Services in Spring Hill & Palm Harbor, FL", description: "27 years of expert plumbing services. Emergency repairs, bathroom remodels, full repiping, and more. Licensed & insured. Free estimates. Serving Spring Hill, Palm Harbor & surrounding areas."
};
export default function RootLayout({
children,
@@ -17,10 +16,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.29/bundled/lenis.js"
defer