From 27d46c46731edff17e33047c19347881bdf40111 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:39:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e5e26bb..33c9de2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "BuildCraft - Professional Construction Services", description: "Trusted construction company specializing in commercial and residential projects. Expert project management, design-build solutions, and safety compliance."}; + title: "Envision Renovations - Professional Construction Services", description: "Trusted construction company specializing in commercial and residential projects. Expert project management, design-build solutions, and safety compliance." +}; export default function RootLayout({ children, -- 2.49.1 From ad15e3f27886442840e08e2452ef12e61e41c1c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:39:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79fd205..ef4ac51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { >
-- 2.49.1