From 8a795a488aa5064ddfe7ef7a3ed8f6e1980d7445 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 26 Jan 2026 11:50:36 +0000 Subject: [PATCH] added contact us --- src/app/help/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/help/page.tsx b/src/app/help/page.tsx index 44806f4..d4c8abe 100644 --- a/src/app/help/page.tsx +++ b/src/app/help/page.tsx @@ -122,6 +122,18 @@ If you have any issues, email us at enquiries@domna.homes and we can: {faqs.map((f, i) => ( ))} +
+

Still need help?

+

+ If you can’t find the answer you’re looking for, our team is happy to help. +

+ + Contact us at enquiries@domna.homes + +
); };