From f69e91f4e70709eae73ecbbc73e62a0ea8845ceb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:45:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 +++++++++++------------------------------------ 1 file changed, 53 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f84dde..d2b318b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,81 +45,50 @@ export default function LandingPage() {
@@ -135,12 +98,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} names={[ - "Homeowners", - "Landlords", - "Property Managers", - "Real Estate Professionals", - "Commercial Clients", - ]} + "Homeowners", "Landlords", "Property Managers", "Real Estate Professionals", "Commercial Clients"]} title="Trusted by Experts" description="Our meticulous attention to detail has made us the preferred choice for homeowners and property professionals." /> @@ -153,47 +111,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deep Appliance Cleaning", - description: "Ovens, stoves, and extractors restored to 'unused' condition.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg", - imageAlt: "Oven Cleaning", - }, + title: "Deep Appliance Cleaning", description: "Ovens, stoves, and extractors restored to 'unused' condition.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg", imageAlt: "Oven Cleaning"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-tray_23-2150014902.jpg", - imageAlt: "Oven Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=2", - imageAlt: "clean oven interior close up", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-tray_23-2150014902.jpg", imageAlt: "Oven Detail"} }, { - title: "Upholstery Revival", - description: "Couches, mattresses, and carpets refreshed to brand new quality.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-doing-household-home_23-2148394953.jpg", - imageAlt: "Couch Cleaning", - }, + title: "Upholstery Revival", description: "Couches, mattresses, and carpets refreshed to brand new quality.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/female-doing-household-home_23-2148394953.jpg", imageAlt: "Couch Cleaning"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-unrecognizable-housekeeper-wiping-leather-sofa-with-leather-polish-spray_1098-19042.jpg", - imageAlt: "Couch Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-syrian-flag-emblem-eight-pointed-star-shape_187299-49275.jpg", - imageAlt: "clean oven interior close up", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-unrecognizable-housekeeper-wiping-leather-sofa-with-leather-polish-spray_1098-19042.jpg", imageAlt: "Couch Detail"} }, { - title: "Specialty Cleaning", - description: "High pressure cleaning and solar panel efficiency maintenance.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-with-facemask-holding-mop-looking-it_114579-22621.jpg", - imageAlt: "Solar Panel Cleaning", - }, + title: "Specialty Cleaning", description: "High pressure cleaning and solar panel efficiency maintenance.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-with-facemask-holding-mop-looking-it_114579-22621.jpg", imageAlt: "Solar Panel Cleaning"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-cleaning-spary_23-2148273254.jpg", - imageAlt: "Solar Panel Detail", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750009.jpg?_wi=1", - imageAlt: "clean oven interior close up", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-cleaning-spary_23-2148273254.jpg", imageAlt: "Solar Panel Detail"} + } ]} showStepNumbers={true} title="Our Luxury Services" @@ -208,54 +142,28 @@ export default function LandingPage() { description="We don’t just clean; we restore. Whether it's an oven looking unused or a couch revived to new, we turn neglected spaces into immaculate living areas." buttons={[ { - text: "Get Custom Quote", - href: "#contact", - }, + text: "Get Custom Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750009.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750009.jpg" />
@@ -357,13 +233,9 @@ export default function LandingPage() {