4 Commits

Author SHA1 Message Date
9921098d53 Update src/app/page.tsx 2026-04-27 12:26:58 +00:00
a76e029bdf Update theme fonts 2026-04-27 12:23:45 +00:00
d20b4fadf4 Update theme fonts 2026-04-27 12:23:44 +00:00
e7be4dba1f Update theme colors 2026-04-27 12:22:53 +00:00
4 changed files with 19 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Archivo } from "next/font/google";
import { Raleway } from "next/font/google";
@@ -15,7 +16,11 @@ export const metadata: Metadata = {
description: 'Elite janitorial and cleaning consultancy services for corporate and residential spaces.',
};
const archivo = Archivo({ variable: "--font-archivo", subsets: ["latin"] });
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -25,7 +30,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body className={`${raleway.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Excellence in Cleaning & Consultancy."
description="De-cleaners Consult Pro Nig Ltd provides elite janitorial and cleaning consultancy services for corporate and residential spaces."
imageSrc="http://img.b2bpic.net/free-photo/volunteering-organization-holding-books-donations_23-2148687350.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777292734310-3a1hioh4.jpg"
imageAlt="Cleaning professionals at work"
mediaAnimation="slide-up"
avatars={[

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-archivo), sans-serif;
font-family: var(--font-raleway), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-archivo), sans-serif;
font-family: var(--font-raleway), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);