3 Commits

Author SHA1 Message Date
0b76bfcb09 Update src/app/page.tsx 2026-05-13 21:25:21 +00:00
eab9c41487 Merge version_2 into main
Merge version_2 into main
2026-05-13 21:21:11 +00:00
50231c6ed2 Merge version_2 into main
Merge version_2 into main
2026-05-13 21:20:39 +00:00

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
button: { text: "Schedule Now", href: "#contact" }
},
{
id: "specialty", tag: "Specialty", price: "$100", period: "per bus", description: "Full elite detail package.", featuresTitle: "Included", features: ["Window wiping", "Chair stain removal", "Floor scrub", "Roof detailing"],
id: "specialty", tag: "Specialty", price: "$100", period: "per bus", description: "Full elite detail package.", featuresTitle: "Included", features: ["Chair stain removal", "Floor scrub", "Roof detailing"],
button: { text: "Schedule Now", href: "#contact" }
}
]}
@@ -93,6 +93,9 @@ export default function LandingPage() {
description="Need something specific? Build your own service plan."
useInvertedBackground={false}
features={[
{
title: "Window Cleaning", description: "Professional streak-free window cleaning for clear visibility.", imageSrc: "http://img.b2bpic.net/free-photo/inside-train-closeup-with-blurred-background_23-2148242291.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/inside-train-closeup-with-blurred-background_23-2148242291.jpg", buttonText: "Add to Service", buttonHref: "#contact"
},
{
title: "Custom Appointments", description: "Schedule service for the time that works for your fleet.", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582576.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/inside-train-closeup-with-blurred-background_23-2148242291.jpg", buttonText: "Get Custom Quote"
}