diff --git a/frontend/src/components/account/AccountPage.tsx b/frontend/src/components/account/AccountPage.tsx index a255c05..3bf1f90 100644 --- a/frontend/src/components/account/AccountPage.tsx +++ b/frontend/src/components/account/AccountPage.tsx @@ -303,11 +303,10 @@ function SettingsContent({ )} {user.verified ? 'Verified' : 'Unverified'} @@ -448,10 +447,10 @@ function SettingsContent({
Need help? Email us at
- support@propertymap.co.uk + support@perfect-postcode.co.ukWe typically respond within 24 hours. diff --git a/frontend/src/components/learn/LearnPage.tsx b/frontend/src/components/learn/LearnPage.tsx index 6cfd495..a98eba9 100644 --- a/frontend/src/components/learn/LearnPage.tsx +++ b/frontend/src/components/learn/LearnPage.tsx @@ -226,7 +226,7 @@ const FAQ_ITEMS: FAQItem[] = [ { question: 'Can I get a refund?', answer: - 'Yes! We offer a 30-day money-back guarantee. If you are not satisfied, email us at support@propertymap.co.uk within 30 days of purchase for a full refund.', + 'Yes! We offer a 30-day money-back guarantee. If you are not satisfied, email us at support@perfect-postcode.co.uk within 30 days of purchase for a full refund.', }, ]; @@ -331,8 +331,8 @@ export default function LearnPage() { cardRefs.current[source.id] = el; }} className={`bg-white dark:bg-warm-800 rounded-lg border p-5 ${highlightedId === source.id - ? 'border-teal-400 ring-2 ring-teal-400' - : 'border-warm-200 dark:border-warm-700' + ? 'border-teal-400 ring-2 ring-teal-400' + : 'border-warm-200 dark:border-warm-700' }`} >
Need help? Email us at
- support@propertymap.co.uk + support@perfect-postcode.co.ukWe typically respond within 24 hours.