diff --git a/src/app/email_templates/magic_link.ts b/src/app/email_templates/magic_link.ts index 33878a8..12d3f43 100644 --- a/src/app/email_templates/magic_link.ts +++ b/src/app/email_templates/magic_link.ts @@ -25,7 +25,7 @@ export async function MagicLinksEmail({ const result = await transport.sendMail({ to: identifier, from: provider.from, - subject: "Your secure Domna IQ sign-in link", + subject: "Your secure Ara sign-in link", text: plainText({ url, host }), html: domnaHtml({ url, host, brandColor, accentColor, brown, background }), }); @@ -70,13 +70,13 @@ function domnaHtml({
Click below to securely sign in to your account and continue your retrofit journey.
- Sign in to Domna IQ + Sign in to AraIf you didn’t request this email, you can safely ignore it. @@ -94,5 +94,5 @@ function domnaHtml({ } function plainText({ url, host }: { url: string; host: string }) { - return `Sign in to Domna IQ\n${url}\n\nIf you did not request this email, you can safely ignore it.\n`; + return `Sign in to Ara by Domna\n${url}\n\nIf you did not request this email, you can safely ignore it.\n`; } diff --git a/src/app/onboarding/page.tsx b/src/app/onboarding/page.tsx index 756014f..fdfabdc 100644 --- a/src/app/onboarding/page.tsx +++ b/src/app/onboarding/page.tsx @@ -176,7 +176,7 @@ export default function OnboardingPage() {
Help us get to know you so we can tailor your experience.
diff --git a/src/app/portfolio/[slug]/(portfolio)/reporting/page.tsx b/src/app/portfolio/[slug]/(portfolio)/reporting/page.tsx new file mode 100644 index 0000000..e69de29 diff --git a/src/app/portfolio/[slug]/(portfolio)/reporting/utils.ts b/src/app/portfolio/[slug]/(portfolio)/reporting/utils.ts new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/app/portfolio/[slug]/(portfolio)/reporting/utils.ts @@ -0,0 +1 @@ + diff --git a/src/app/portfolio/[slug]/plan-loading/page.tsx b/src/app/portfolio/[slug]/plan-loading/page.tsx index be2f040..2e721e7 100644 --- a/src/app/portfolio/[slug]/plan-loading/page.tsx +++ b/src/app/portfolio/[slug]/plan-loading/page.tsx @@ -144,7 +144,7 @@ export default function LoadingPage(props: { Building your retrofit plan- Domna IQ is analysing your data and generating your plan summary. + Ara is analysing your data and generating your plan summary.
- Domna IQ analyses your property data, models retrofit options, and + Ara analyses your property data, models retrofit options, and estimates potential funding — all without an on-site survey.
diff --git a/tailwind.config.js b/tailwind.config.js index f9cbfaa..31dda4f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -26,9 +26,9 @@ module.exports = { "gradient-radial": "radial-gradient(var(--tw-gradient-stops))", "gradient-conic": "conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))", - "domna-gradient": - "linear-gradient(135deg, #14163d 0%, #2d348f 45%, #3943b7 70%, #eff6fc 100%)", - }, + "domna-gradient": + "linear-gradient(135deg, #14163d 0%, #2d348f 45%, #3943b7 70%, #eff6fc 100%)", + }, colors: { tremor: { brand: {