Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 15:26:34 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -378,4 +378,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}