Merge version_2 into main #2
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user