mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge branch 'main' into feature/condition-data
This commit is contained in:
commit
6230abe9c7
4 changed files with 13 additions and 6 deletions
BIN
public/domna-favicon-navy.ico
Normal file
BIN
public/domna-favicon-navy.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
|
@ -8,6 +8,7 @@ import { cache } from "react";
|
|||
import { Inter } from "next/font/google";
|
||||
import { Toaster } from "@/app/shadcn_components/ui/toaster";
|
||||
import { SpeedInsights } from "@vercel/speed-insights/next";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
// If loading a variable font, you don't need to specify the font weight
|
||||
const inter = Inter({
|
||||
|
|
@ -18,6 +19,18 @@ const inter = Inter({
|
|||
export const metadata = {
|
||||
title: "Ara",
|
||||
description: "Ara is Domna’s portfolio intelligence platform that turns housing stock data into clear, costed retrofit and investment plans.",
|
||||
icons: {
|
||||
icon: [
|
||||
{
|
||||
url: "/domna-favicon-navy.ico",
|
||||
media: "(prefers-color-scheme: light)",
|
||||
},
|
||||
{
|
||||
url: "/domna-favicon-white.ico",
|
||||
media: "(prefers-color-scheme: dark)",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
const getSession = cache(async () => {
|
||||
|
|
|
|||
|
|
@ -100,12 +100,6 @@ export default function BookSurveyModal({
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p className="font-medium text-foreground">
|
||||
Cost: £450 + VAT per property
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p className="font-medium text-foreground mb-2">What happens next</p>
|
||||
<ul className="list-disc pl-5 space-y-1">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue