From 617790cbc26f341c20c7c66def7bdf2ef07025e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:42:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b7c3edb..94dd26c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Camacho Painting LLC | Professional Painting Services", description: "Expert painting services for residential and commercial projects. Licensed, insured, and certified by industry standards."}; + title: "Camacho Painting LLC | Professional Painting Services", description: "Expert painting services for residential and commercial projects. Licensed, insured, and certified by industry standards." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 1326ba0794a301d3d8e005fa24b10e5990e57754 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:42:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e36ea8a..5124aa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1