Merge pull request #169 from Hestia-Homes/feature/dark_and_light_favicon

Feature/dark and light favicon
This commit is contained in:
Jun-te Kim 2026-01-26 17:59:41 +00:00 committed by GitHub
commit d5797a6ac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -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 Domnas 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 () => {

View file

@ -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">