From 0e25dbc228c00e68eec77ff53f332b2c9c299ddd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:26:29 +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 a494e8a..e2fa2db 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: "GeoSafe AI - Boundary Encroachment & Utility Safety Tracker", description: "Detect land encroachments and utility safety violations using advanced AI, drone imagery, satellite data, and geospatial analytics."}; + title: "GeoSafe AI - Boundary Encroachment & Utility Safety Tracker", description: "Detect land encroachments and utility safety violations using advanced AI, drone imagery, satellite data, and geospatial analytics." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a1f51f74108f801713bbc175b6286898c1d18350 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:26:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 981fc09..be2f1ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -378,4 +378,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1