From b39e6bd07346d7cb5969fd73b43e44abb7090dd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:44:36 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 976926f..f16d2f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -66,6 +66,7 @@ export default function ContactPage() { text: "Get Free Estimate", href: "#contact-form"}, ]} buttonAnimation="slide-up" + mediaAnimation="slide-up" ariaLabel="Contact page hero section for Earl Boys Services" /> From 7cb2604b687de830681951c4ff70fc209712edad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:44:37 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9d48c10..8070da6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}