diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 10:17:38 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 10:17:38 +0200 |
| commit | 44b9b1e4670c63f7d10b5700e2135a06fd859370 (patch) | |
| tree | ea8266fd3e9d0219b8a70e360e5aaeb075b65ed1 | |
| parent | af1f0b5d68bca880d491cdc604f2f3ef6354fe77 (diff) | |
Add some placeholder descriptions
| -rw-r--r-- | geshem/app/layout.tsx | 4 |
1 files 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({ |
