From c6c942ad470925a5e433a1e4897223349eb0234e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:02:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fb95b3..83c1a20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "plain"}} logoText="Sparkle Bin Cleaning" - description="We eliminate odors, bacteria, and grime from your bins, ensuring a fresh, clean experience every week." + description="We eliminate odors, bacteria, and grime from your bins, ensuring a fresh, clean experience every weekend." buttons={[ { text: "Book Your Cleaning", href: "#contact"}, @@ -92,14 +92,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "1", title: "Scheduled Arrival", description: "We show up on your trash pickup day.", imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128732.jpg"}, + id: "m1", value: "1", title: "Weekend Service", description: "We clean your bins every Saturday or Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128732.jpg"}, { id: "m2", value: "2", title: "Pressure Wash", description: "High-pressure, hot water deep cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-highpressure-hose-applies-cleaner-car_1153-8835.jpg"}, { id: "m3", value: "3", title: "Fresh Finish", description: "Disinfect, deodorize, and return.", imageSrc: "http://img.b2bpic.net/free-photo/person-protective-equipment-disinfecting_23-2148848574.jpg"}, ]} - title="Our Simple Process" - description="Three simple steps to a cleaner, safer home environment." + title="Our Weekend Process" + description="Simple steps for a cleaner, safer home every weekend." /> @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "one-time", title: "One-Time Clean", price: "$39", period: "/per visit", features: [ + id: "one-time", title: "One-Time Clean", price: "$10", period: "/per visit", features: [ "Full bin deep clean", "Disinfect & deodorize", "No contract"], button: { text: "Order Now", href: "#contact"}, @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do you need me home?", content: "No, we work independently on your bin pickup day."}, + id: "q1", title: "Do you need me home?", content: "No, we work independently on your scheduled weekend."}, { id: "q2", title: "Are your chemicals safe?", content: "Yes, we use 100% non-toxic, biodegradable solutions."}, { @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1