2 Commits

Author SHA1 Message Date
c6c942ad47 Update src/app/page.tsx 2026-05-20 19:02:16 +00:00
c69630c772 Merge version_1 into main
Merge version_1 into main
2026-05-20 18:58:32 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
logoText="Sparkle Bin Cleaning" 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={[ buttons={[
{ {
text: "Book Your Cleaning", href: "#contact"}, text: "Book Your Cleaning", href: "#contact"},
@@ -92,14 +92,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ 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: "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"}, 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" title="Our Weekend Process"
description="Three simple steps to a cleaner, safer home environment." description="Simple steps for a cleaner, safer home every weekend."
/> />
</div> </div>
@@ -110,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ 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"], "Full bin deep clean", "Disinfect & deodorize", "No contract"],
button: { button: {
text: "Order Now", href: "#contact"}, text: "Order Now", href: "#contact"},
@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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."}, id: "q2", title: "Are your chemicals safe?", content: "Yes, we use 100% non-toxic, biodegradable solutions."},
{ {
@@ -225,4 +225,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }