37 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
731a6f5ce1 Update theme colors 2026-03-12 14:39:19 +00:00
8d2999a73a Merge version_3 into main
Merge version_3 into main
2026-03-12 14:34:43 +00:00
dd22cc34b4 Update theme colors 2026-03-12 14:34:37 +00:00
7c2d3b5756 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:32:16 +00:00
33dd8a114d Update src/app/page.tsx 2026-03-12 14:32:12 +00:00
98e28f7b73 Merge version_3 into main
Merge version_3 into main
2026-03-12 14:31:21 +00:00
bccd7e0f9e Update src/app/page.tsx 2026-03-12 14:31:17 +00:00
7475b397d4 Merge version_2 into main
Merge version_2 into main
2026-03-12 14:18:57 +00:00
e6e07a5aca Update src/app/page.tsx 2026-03-12 14:18:54 +00:00
6bf0898f5a Merge version_2 into main
Merge version_2 into main
2026-03-12 14:18:33 +00:00
7b56ed8649 Update src/app/page.tsx 2026-03-12 14:18:29 +00:00
910537878e Merge version_1 into main
Merge version_1 into main
2026-03-12 13:49:27 +00:00
07a02d7845 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:49:04 +00:00
4 changed files with 37 additions and 27 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

@@ -44,15 +44,15 @@ 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={[
{ text: "Get a Free Wash", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg?_wi=1"
imageAlt="Professional car wash facility with multiple bays"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-5bzwsko8.jpg?_wi=1"
imageAlt="Suds and Buds professional car wash facility"
/>
</div>
@@ -61,6 +61,9 @@ export default function SudsAndBudsPage() {
title="Trusted by Thousands of Happy Customers"
description="Join families across the Gold Coast who trust Suds and Buds for their car and pet washing needs."
tag="Why People Love Us"
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-5bzwsko8.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-8ghni4fy.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-m6yfk6g2.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-y7sr0pec.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-9ujlvo1k.jpg"
]}
names={[
"Family-Owned Since 2015", "24/7 Convenience", "Washtec Technology", "100% Satisfaction Guarantee", "Pet-Safe Products", "Marine-Grade Cleaning", "Loyalty Rewards Available"
]}
@@ -79,16 +82,16 @@ export default function SudsAndBudsPage() {
tagIcon={Sparkles}
features={[
{
title: "24/7 Automatic Wash", description: "Touchless bays with advanced underbody wash and marine flush points for boats", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212193.jpg?_wi=1", imageAlt: "Automatic car wash bay", buttonIcon: ArrowRight
title: "24/7 Automatic Wash", description: "Touchless bays with advanced underbody wash and marine flush points for boats", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-8ghni4fy.jpg?_wi=1", imageAlt: "Automatic car wash bay", buttonIcon: ArrowRight
},
{
title: "Self-Service Bays", description: "Pressure washers, brushes, and premium soap. Clean your way, anytime.", imageSrc: "http://img.b2bpic.net/free-photo/friends-splashing-each-other-stop-petrol-station_23-2148150107.jpg", imageAlt: "Self-service wash station", buttonIcon: ArrowRight
title: "Self-Service Bays", description: "Pressure washers, brushes, and premium soap. Clean your way, anytime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-m6yfk6g2.jpg?_wi=1", imageAlt: "Self-service wash station", buttonIcon: ArrowRight
},
{
title: "Professional Dog Wash", description: "Safe, non-slip tubs with natural shampoos, flea treatments, and blow dryers", imageSrc: "http://img.b2bpic.net/free-psd/pets-care-template_23-2151959643.jpg", imageAlt: "Dog grooming wash station", buttonIcon: ArrowRight
title: "Professional Dog Wash", description: "Safe, non-slip tubs with natural shampoos, flea treatments, and blow dryers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-y7sr0pec.jpg?_wi=1", imageAlt: "Dog grooming wash station", buttonIcon: ArrowRight
},
{
title: "Vacuum & Extra", description: "Vacuum bays and additional amenities to complete your vehicle care routine", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212193.jpg?_wi=2", imageAlt: "Vacuum and cleaning amenities", buttonIcon: ArrowRight
title: "Vacuum & Extra", description: "Vacuum bays and additional amenities to complete your vehicle care routine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-9ujlvo1k.jpg?_wi=1", imageAlt: "Vacuum and cleaning amenities", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -104,7 +107,7 @@ export default function SudsAndBudsPage() {
buttons={[
{ text: "Check Out Loyalty Rewards", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-5bzwsko8.jpg?_wi=2"
imageAlt="Suds and Buds facility interior"
useInvertedBackground={false}
/>
@@ -118,16 +121,16 @@ export default function SudsAndBudsPage() {
tagIcon={Images}
products={[
{
id: "1", name: "Car Wash Transformation", price: "From $15", variant: "Automatic or Self-Service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194108.jpg", imageAlt: "Sparkling clean car after professional wash"
id: "1", name: "Car Wash Transformation", price: "From $15", variant: "Automatic or Self-Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-8ghni4fy.jpg?_wi=2", imageAlt: "Sparkling clean car after professional wash"
},
{
id: "2", name: "Premium Vehicle Detail", price: "From $20", variant: "Full Treatment", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26052.jpg", imageAlt: "Gleaming vehicle exterior after wash"
id: "2", name: "Premium Vehicle Detail", price: "From $20", variant: "Full Treatment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-m6yfk6g2.jpg?_wi=2", imageAlt: "Gleaming vehicle exterior after wash"
},
{
id: "3", name: "Dog Grooming & Bath", price: "From $25", variant: "Professional Care", imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627206.jpg", imageAlt: "Happy dog after professional grooming"
id: "3", name: "Dog Grooming & Bath", price: "From $25", variant: "Professional Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-y7sr0pec.jpg?_wi=2", imageAlt: "Happy dog after professional grooming"
},
{
id: "4", name: "Large Vehicle Wash", price: "From $30", variant: "Truck, Caravan & Boat", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27217.jpg", imageAlt: "Professional truck or large vehicle wash"
id: "4", name: "Large Vehicle Wash", price: "From $30", variant: "Truck, Caravan & Boat", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-9ujlvo1k.jpg?_wi=2", imageAlt: "Professional truck or large vehicle wash"
}
]}
gridVariant="uniform-all-items-equal"
@@ -173,7 +176,7 @@ export default function SudsAndBudsPage() {
textarea={{ name: "message", placeholder: "Tell us about your car or pet washing needs...", rows: 5, required: false }}
buttonText="Send Message"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJMU44PPNJPZxYv8q4Q8J8xXJ/uploaded-1773325069268-5bzwsko8.jpg?_wi=3"
imageAlt="Suds and Buds contact"
mediaAnimation="slide-up"
mediaPosition="right"

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

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #001f19e6;
--primary-cta: #0f6fff;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #001f19e6;
--accent: #a8e8d5;
--background-accent: #3fc7ff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);