Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbda167b94 | |||
| 0d5f141ea7 | |||
| 0b76bfcb09 | |||
| eab9c41487 | |||
| 50231c6ed2 |
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
button: { text: "Schedule Now", href: "#contact" }
|
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: "premium", tag: "Premium", price: "$120", period: "per bus", description: "Our most comprehensive elite package.", featuresTitle: "Included", features: ["All Deep Clean features", "Window detailing", "Full custom surface treatment", "Detailed driver area cleaning"],
|
||||||
button: { text: "Schedule Now", href: "#contact" }
|
button: { text: "Schedule Now", href: "#contact" }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -93,6 +93,9 @@ export default function LandingPage() {
|
|||||||
description="Need something specific? Build your own service plan."
|
description="Need something specific? Build your own service plan."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "$70 per bus", 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"
|
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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user