From 14e967ef13eb4d318605eb211ff9ed3a36ba5c62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:29:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0826805..25d6ee0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,6 +79,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Simple Pricing" + description="Choose the plan that fits your vehicle needs." plans={[ { id: "1", tag: "Standard", price: "$5", period: "per wash", description: "Basic cleaning for busy days.", button: { text: "Buy Now" }, featuresTitle: "Everything included:", features: ["Pressure Wash", "Foam Brush", "Rinse"] }, { id: "2", tag: "Advanced", price: "$10", period: "per wash", description: "Complete care package.", button: { text: "Buy Now" }, featuresTitle: "Includes standard plus:", features: ["Wax Treatment", "Tire Polish", "Undercarriage Spray"] }, @@ -91,6 +92,7 @@ export default function LandingPage() { showRating={true} animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} title="Customer Feedback" description="See why our community trusts us." testimonials={[ @@ -106,12 +108,15 @@ export default function LandingPage() { title="Stop By Today" description="Find us open 24/7 for your convenience." buttons={[{ text: "Get Directions" }]} + useInvertedBackground={false} + background={{ variant: "plain" }} />