@@ -120,36 +83,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Garbage Bin Cleaning",
- author: "Standard",
- description: "High-pressure sanitization for regular waste.",
- tags: [
- "Essential",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/three-miniature-recycle-bins_23-2148889830.jpg",
- },
- {
- id: "s2",
- title: "Recycling & Compost",
- author: "Eco-Friendly",
- description: "Specialized cleaning to remove organic residue.",
- tags: [
- "Popular",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-5326.jpg",
- },
- {
- id: "s3",
- title: "Monthly Subscription",
- author: "Recurring",
- description: "Save money with scheduled recurring visits.",
- tags: [
- "Value",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-fabric-tote-bag_23-2149431756.jpg",
- },
+ { id: "s1", title: "Garbage Bin Cleaning", author: "Standard", description: "High-pressure sanitization for regular waste.", tags: ["Essential"], imageSrc: "http://img.b2bpic.net/free-photo/three-miniature-recycle-bins_23-2148889830.jpg" },
+ { id: "s2", title: "Recycling & Compost", author: "Eco-Friendly", description: "Specialized cleaning to remove organic residue.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-5326.jpg" },
+ { id: "s3", title: "Monthly Subscription", author: "Recurring", description: "Save money with scheduled recurring visits.", tags: ["Value"], imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-with-fabric-tote-bag_23-2149431756.jpg" },
]}
title="Our Professional Bin Cleaning Services"
description="We offer flexible plans to keep your bins sanitized year-round."
@@ -162,41 +98,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah J.",
- handle: "@homeowner",
- testimonial: "Impeccable cleaning, even removed stuck residue!",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- },
- {
- id: "t2",
- name: "Mark D.",
- handle: "@busypro",
- testimonial: "Fast and discreet, didn't even know they were here.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27374.jpg",
- },
- {
- id: "t3",
- name: "Emily R.",
- handle: "@mom",
- testimonial: "Clear communication and excellent work quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-throwing-mini-tiffin-box-recycle-dustbin_23-2147839060.jpg",
- },
- {
- id: "t4",
- name: "David K.",
- handle: "@suburbanite",
- testimonial: "My garage smells so much better now!",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg",
- },
- {
- id: "t5",
- name: "Linda P.",
- handle: "@client",
- testimonial: "Finally a service I didn't know I desperately needed.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-couch_23-2148542240.jpg",
- },
+ { id: "t1", name: "Sarah J.", handle: "@homeowner", testimonial: "Impeccable cleaning, even removed stuck residue!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
+ { id: "t2", name: "Mark D.", handle: "@busypro", testimonial: "Fast and discreet, didn't even know they were here.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27374.jpg" },
+ { id: "t3", name: "Emily R.", handle: "@mom", testimonial: "Clear communication and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-throwing-mini-tiffin-box-recycle-dustbin_23-2147839060.jpg" },
+ { id: "t4", name: "David K.", handle: "@suburbanite", testimonial: "My garage smells so much better now!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg" },
+ { id: "t5", name: "Linda P.", handle: "@client", testimonial: "Finally a service I didn't know I desperately needed.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-couch_23-2148542240.jpg" },
]}
title="Customers Love the Results"
description="See why we have a 5.0-star reputation."
@@ -210,21 +116,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "1",
- description: "Book your appointment online or by phone.",
- },
- {
- id: "m2",
- value: "2",
- description: "Leave your empty bins outside on service day.",
- },
- {
- id: "m3",
- value: "3",
- description: "We arrive, sanitize, deodorize & scrub.",
- },
+ { id: "m1", value: "1", description: "Book your appointment online or by phone." },
+ { id: "m2", value: "2", description: "Leave your empty bins outside on service day." },
+ { id: "m3", value: "3", description: "We arrive, sanitize, deodorize & scrub." },
]}
title="Simple & Frictionless Process"
description="We make bin cleaning effortless."
@@ -233,39 +127,13 @@ export default function LandingPage() {