27 Commits

Author SHA1 Message Date
e2d2acc6ad Update theme fonts 2026-03-17 09:38:56 +00:00
fdf6d51199 Update theme fonts 2026-03-17 09:38:55 +00:00
404cbc03eb Update theme colors 2026-03-17 09:38:22 +00:00
1e16ae958c Update theme colors 2026-03-17 09:37:21 +00:00
72d05d7db0 Update theme colors 2026-03-17 09:35:46 +00:00
6fdedc55c6 Update src/app/styles/variables.css 2026-03-17 09:29:10 +00:00
3d6e9202d2 Update src/app/page.tsx 2026-03-17 09:29:10 +00:00
6b98d629d9 Merge version_6 into main
Merge version_6 into main
2026-03-17 09:26:40 +00:00
ec5a3864bb Update src/app/styles/variables.css 2026-03-17 09:26:36 +00:00
d3b9f2d295 Update src/app/page.tsx 2026-03-17 09:26:36 +00:00
dcc1e5392a Merge version_5 into main
Merge version_5 into main
2026-03-12 14:46:21 +00:00
10df3c91af Update src/app/page.tsx 2026-03-12 14:46:17 +00:00
88d366a28f Merge version_5 into main
Merge version_5 into main
2026-03-12 14:45:27 +00:00
a865a3842f Update src/app/page.tsx 2026-03-12 14:45:23 +00:00
7524325646 Switch to version 2: modified src/app/styles/variables.css 2026-03-12 14:43:25 +00:00
5ccab7cdd3 Switch to version 2: modified src/app/page.tsx 2026-03-12 14:43:24 +00:00
049cf2165e Switch to version 3: modified src/app/styles/variables.css 2026-03-12 14:43:17 +00:00
a25cccb8ce Switch to version 3: modified src/app/page.tsx 2026-03-12 14:43:16 +00:00
16873416b3 Merge version_4 into main
Merge version_4 into main
2026-03-12 14:41:52 +00:00
1d13f27ec5 Update src/app/styles/variables.css 2026-03-12 14:41:48 +00:00
1682c9ba7e Switch to version 1: modified src/app/page.tsx 2026-03-12 14:40:18 +00:00
5252e40295 Switch to version 2: modified src/app/styles/variables.css 2026-03-12 14:40:13 +00:00
8548d0c93d Switch to version 2: modified src/app/page.tsx 2026-03-12 14:40:12 +00:00
43713857ad Merge version_3 into main
Merge version_3 into main
2026-03-12 14:39:25 +00:00
8d2999a73a Merge version_3 into main
Merge version_3 into main
2026-03-12 14:34:43 +00:00
7c2d3b5756 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:32:16 +00:00
98e28f7b73 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:31:21 +00:00
4 changed files with 18 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -14,8 +15,14 @@ export const metadata: Metadata = {
description: 'Professional car wash, self-service bays, and dog grooming at Coomera Square, Gold Coast. 24/7 automatic and self-service. No appointments needed. Affordable & spotless results.',
};
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({
@@ -26,7 +33,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -11,7 +11,6 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Image from "next/image";
export default function SudsAndBudsPage() {
return (
@@ -45,7 +44,7 @@ export default function SudsAndBudsPage() {
<HeroBillboard
title="Sparkling Clean Vehicles & Happy Pets"
description="24/7 automatic and self-service car wash, plus professional dog grooming. Located at Coomera Square near M1 Exit 54. No appointments needed. Fast. Affordable. Spotless."
background={{ variant: "sparkles-gradient" }}
background={{ variant: "radial-gradient" }}
tag="Gold Coast's Premier Wash Facility"
tagIcon={Sparkles}
buttons={[

View File

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

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #001f19e6;
--primary-cta: #0f6fff;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta-text: #001f19e6;
--accent: #a8e8d5;
--background-accent: #3fc7ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);