4 Commits

Author SHA1 Message Date
9065242e1f Merge version_3 into main
Merge version_3 into main
2026-03-05 15:26:33 +00:00
a1f51f7410 Update src/app/page.tsx 2026-03-05 15:26:29 +00:00
0e25dbc228 Update src/app/layout.tsx 2026-03-05 15:26:29 +00:00
749c82684b Merge version_2 into main
Merge version_2 into main
2026-03-05 15:24:14 +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>
);
}
}