4 Commits

Author SHA1 Message Date
e6e07a5aca Update src/app/page.tsx 2026-03-12 14:18:54 +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

View File

@@ -51,8 +51,8 @@ export default function SudsAndBudsPage() {
{ 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"