From 44b9b1e4670c63f7d10b5700e2135a06fd859370 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 10:17:38 +0200 Subject: Add some placeholder descriptions --- geshem/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geshem/app/layout.tsx b/geshem/app/layout.tsx index a36cde0..14a4e0c 100644 --- a/geshem/app/layout.tsx +++ b/geshem/app/layout.tsx @@ -14,8 +14,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Geshem.space | Real-Time Israel Rain Radar Visualization", + description: "Track Israel's rainfall in real-time with Geshem.space's advanced radar visualizer. Get accurate, up-to-date precipitation data and forecasts for precise weather monitoring across Israel.", }; export default function RootLayout({ -- cgit v1.3.1