From 4687894d4b6a353cc5087d5684f99d9cb5335e65 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 26 Jan 2026 13:55:39 +0000 Subject: [PATCH] title and description change --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c1ff8a3..e0e8723b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,8 @@ const inter = Inter({ }); export const metadata = { - title: "", - description: "Start your retrofit journey today", + title: "Ara", + description: "Ara is Domna’s portfolio intelligence platform that turns housing stock data into clear, costed retrofit and investment plans.", }; const getSession = cache(async () => {