From 85a81b6473f66f6c52ad74e0c887225cb65b8ea2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:27:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 ++++++----------------------------------------- 1 file changed, 31 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71e66be..c4e5865 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -121,30 +71,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "High-Pressure Wash", - description: "Powerful cleaning action to remove road grime and dirt instantly.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22318.jpg", - imageAlt: "Car wash detailing station", - }, - { - title: "Foaming Brush", - description: "Deep cleaning suds to gently scrub away stubborn surface debris.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27219.jpg?_wi=2", - imageAlt: "Car wash detailing station", - }, - { - title: "Spot-Free Rinse", - description: "High-purity water filtration for a flawless, shiny finish every time.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg?_wi=2", - imageAlt: "Car wash detailing station", - }, + { title: "High-Pressure Wash", description: "Powerful cleaning action to remove road grime and dirt instantly.", bentoComponent: "reveal-icon", icon: Zap }, + { title: "Foaming Brush", description: "Deep cleaning suds to gently scrub away stubborn surface debris.", bentoComponent: "reveal-icon", icon: Droplets }, + { title: "Spot-Free Rinse", description: "High-purity water filtration for a flawless, shiny finish every time.", bentoComponent: "reveal-icon", icon: Droplets }, ]} title="Our Professional Services" description="We offer a wide range of cleaning options to ensure your vehicle gets the care it deserves, using top-tier equipment." @@ -157,54 +86,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", - badge: "Basic", - price: "$5", - subtitle: "Essential Wash", - features: [ - "Quick Rinse", - "Foam Brush", - "High-Pressure Wash", - ], - buttons: [ - { - text: "Select Plan", - }, - ], - }, - { - id: "standard", - badge: "Standard", - price: "$10", - subtitle: "Complete Clean", - features: [ - "All Basic Features", - "Wax Treatment", - "Tire Clean", - ], - buttons: [ - { - text: "Select Plan", - }, - ], - }, - { - id: "premium", - badge: "Premium", - price: "$15", - subtitle: "Total Detail", - features: [ - "All Standard Features", - "Spot-Free Rinse", - "Undercarriage Wash", - ], - buttons: [ - { - text: "Select Plan", - }, - ], - }, + { id: "basic", badge: "Basic", price: "$5", subtitle: "Essential Wash", features: ["Quick Rinse", "Foam Brush", "High-Pressure Wash"], buttons: [{ text: "Select Plan" }] }, + { id: "standard", badge: "Standard", price: "$10", subtitle: "Complete Clean", features: ["All Basic Features", "Wax Treatment", "Tire Clean"], buttons: [{ text: "Select Plan" }] }, + { id: "premium", badge: "Premium", price: "$15", subtitle: "Total Detail", features: ["All Standard Features", "Spot-Free Rinse", "Undercarriage Wash"], buttons: [{ text: "Select Plan" }] }, ]} title="Affordable Wash Options" description="Flexible pricing tailored to your cleaning needs." @@ -214,32 +98,13 @@ export default function LandingPage() {
@@ -279,36 +129,8 @@ export default function LandingPage() {