diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e31170..8333eb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,20 +135,20 @@ export default function LandingPage() { showStepNumbers={true} features={[ { - id: 1, title: "Schedule & Quote", description: "Book online or call. We provide instant pricing based on volume—no surprises, no hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" } + id: 1, title: "Schedule & Quote", description: "Book online or call. We provide instant pricing based on volume—no surprises, no hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=2" } }, { - id: 2, title: "Professional Pickup", description: "Our trained crew arrives on time, handles your items safely, and loads everything quickly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" } + id: 2, title: "Professional Pickup", description: "Our trained crew arrives on time, handles your items safely, and loads everything quickly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=4" } }, { - id: 3, title: "Responsible Disposal", description: "We recycle, donate, or dispose responsibly. Your junk is handled with care for the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" } + id: 3, title: "Responsible Disposal", description: "We recycle, donate, or dispose responsibly. Your junk is handled with care for the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=5" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=6" } }, { - id: 4, title: "Clean Finish", description: "We clean up after ourselves and leave your space spotless. Job done right, first time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" } + id: 4, title: "Clean Finish", description: "We clean up after ourselves and leave your space spotless. Job done right, first time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=7" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=8" } } ]} /> @@ -196,16 +196,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", title: "2,000+ Jobs Completed", description: "From small rooms to entire estates", value: "100% On-Time", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Jobs completed metric" + id: "1", title: "2,000+ Jobs Completed", description: "From small rooms to entire estates", value: "100% On-Time", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Jobs completed metric" }, { - id: "2", title: "98% Same-Day Service", description: "Fast scheduling in most areas", value: "Next Day", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Same-day service metric" + id: "2", title: "98% Same-Day Service", description: "Fast scheduling in most areas", value: "Next Day", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Same-day service metric" }, { - id: "3", title: "65% Eco-Friendly Diversion", description: "Recycled or donated instead of landfill", value: "Responsible", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Eco-friendly disposal metric" + id: "3", title: "65% Eco-Friendly Diversion", description: "Recycled or donated instead of landfill", value: "Responsible", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Eco-friendly disposal metric" }, { - id: "4", title: "4.9/5 Customer Rating", description: "Consistently excellent service", value: "Trusted", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Customer rating metric" + id: "4", title: "4.9/5 Customer Rating", description: "Consistently excellent service", value: "Trusted", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Customer rating metric" } ]} /> @@ -305,7 +305,7 @@ export default function LandingPage() {