mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added contact us
This commit is contained in:
parent
408433190c
commit
8a795a488a
1 changed files with 12 additions and 0 deletions
|
|
@ -122,6 +122,18 @@ If you have any issues, email us at enquiries@domna.homes and we can:
|
|||
{faqs.map((f, i) => (
|
||||
<FAQItem key={i} question={f.question} answer={f.answer} />
|
||||
))}
|
||||
<div className="mt-12 border-t border-zinc-300 pt-8 text-center">
|
||||
<h2 className="text-xl font-semibold mb-2">Still need help?</h2>
|
||||
<p className="text-zinc-600 mb-4">
|
||||
If you can’t find the answer you’re looking for, our team is happy to help.
|
||||
</p>
|
||||
<a
|
||||
href="mailto:enquiries@domna.homes"
|
||||
className="text-blue-600 font-medium hover:underline"
|
||||
>
|
||||
Contact us at enquiries@domna.homes
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue