11 Commits

Author SHA1 Message Date
e63609cfdc Update src/app/page.tsx 2026-04-28 13:45:34 +00:00
e1cf881c8d Update src/app/page.tsx 2026-04-27 14:16:21 +00:00
786f6fbb6b Merge version_2 into main
Merge version_2 into main
2026-04-27 12:27:01 +00:00
9921098d53 Update src/app/page.tsx 2026-04-27 12:26:58 +00:00
17ef49f3fd Merge version_2 into main
Merge version_2 into main
2026-04-27 12:23:48 +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
49c5484dee Merge version_2 into main
Merge version_2 into main
2026-04-27 12:22:57 +00:00
e7be4dba1f Update theme colors 2026-04-27 12:22:53 +00:00
d2edf7c0b4 Merge version_1 into main
Merge version_1 into main
2026-04-27 12:19:26 +00:00
bd38bcb5d4 Merge version_1 into main
Merge version_1 into main
2026-04-27 12:18:54 +00:00
4 changed files with 28 additions and 23 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={[
@@ -90,15 +90,15 @@ export default function LandingPage() {
description="Comprehensive cleaning solutions tailored to your unique needs."
features={[
{
title: "Residential Deep Cleaning", description: "Refreshing your home with meticulous attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/red-cleaning-tools-space-left_23-2147700602.jpg", imageAlt: "Deep cleaning" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/housework-woman-looking-busy-while-cleaning-kitchen_259150-59483.jpg", imageAlt: "Deep cleaning detail" },
title: "Residential Deep Cleaning", description: "Refreshing your home with meticulous attention to detail.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383569716-xagri1mr.jpg", imageAlt: "Deep cleaning" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383640853-d50qiq6t.jpg", imageAlt: "Deep cleaning detail" },
},
{
title: "Commercial Maintenance", description: "Professional janitorial services for offices and workspaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520590.jpg", imageAlt: "Office cleaning" },
title: "Commercial Maintenance", description: "Professional janitorial services for offices and workspaces.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383699680-ai0lbihi.jpg", imageAlt: "Office cleaning" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374450.jpg", imageAlt: "Office cleaning work" },
},
{
title: "Exterior Facade Care", description: "Professional cleaning for high-rise exteriors and windows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-carrying-skateboard_23-2147667446.jpg", imageAlt: "Facade care" },
title: "Exterior Facade Care", description: "Professional cleaning for high-rise exteriors and windows.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXinbtJwICPxaCbHZbVHik8etu/uploaded-1777383752649-8hm8dsdj.jpg", imageAlt: "Facade care" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530874.jpg", imageAlt: "Facade cleaning" },
},
]}
@@ -112,10 +112,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", brand: "ProClean", name: "Eco Surface Spray", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg" },
{ id: "2", brand: "ProClean", name: "Heavy Duty Degreaser", price: "$25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" },
{ id: "3", brand: "ProClean", name: "Microfiber Cloth Pack", price: "$10", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg" },
{ id: "4", brand: "ProClean", name: "Glass Cleaner", price: "$12", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg" },
{ id: "1", brand: "ProClean", name: "Eco Surface Spray", price: "#12,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg" },
{ id: "2", brand: "ProClean", name: "Heavy Duty Degreaser", price: "#20,000 ", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" },
{ id: "3", brand: "ProClean", name: "Microfiber Cloth Pack", price: "#1500 ", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg" },
{ id: "4", brand: "ProClean", name: "Glass Cleaner", price: "#3000 ", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg" },
{ id: "5", brand: "ProClean", name: "Floor Polish", price: "$30", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cleaning-products-arrangement_23-2148883449.jpg" },
{ id: "6", brand: "ProClean", name: "Multi-Surface Wipes", price: "$8", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-decoration-table_1339-4886.jpg" },
]}
@@ -200,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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);