From cbda167b94ec1ad5b4102b0e209c65e0abe1fcf4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:29:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 656f0a0..64ea294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: ["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" } } ]} @@ -94,7 +94,7 @@ export default function LandingPage() { 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: "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" -- 2.49.1