From c4dc0f34449ad38d37458763efe90ec587d61a5b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:28:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 261 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 845fb7c..63530df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -100,30 +64,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Residential", - descriptions: [ - "Full home detailing for luxury homeowners, ensuring every corner meets our high standards.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/clean-house-is-key-productivity-cropped-shot-housemaid-work-cleaning-living-room-with-vacuum-cleaner-removing-dirt-mess-near-sofa-maid-is-ready-make-this-place-shine-bright_176420-14591.jpg", - }, - { - id: "f2", - title: "Commercial", - descriptions: [ - "Professional maintenance for offices and retail, creating a workspace that impresses your clients.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg", - }, - { - id: "f3", - title: "Airbnb Turnovers", - descriptions: [ - "Efficient, reliable turnovers for Airbnb hosts who demand perfection for every guest arrival.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374466.jpg", - }, + { id: "f1", title: "Residential", descriptions: ["Full home detailing for luxury homeowners, ensuring every corner meets our high standards."], imageSrc: "http://img.b2bpic.net/free-photo/clean-house-is-key-productivity-cropped-shot-housemaid-work-cleaning-living-room-with-vacuum-cleaner-removing-dirt-mess-near-sofa-maid-is-ready-make-this-place-shine-bright_176420-14591.jpg" }, + { id: "f2", title: "Commercial", descriptions: ["Professional maintenance for offices and retail, creating a workspace that impresses your clients."], imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg" }, + { id: "f3", title: "Airbnb Turnovers", descriptions: ["Efficient, reliable turnovers for Airbnb hosts who demand perfection for every guest arrival."], imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-office-cleaning_23-2149374466.jpg" }, ]} title="Premium Services" description="We offer a suite of professional services designed to maintain the highest standards of cleanliness in Las Vegas." @@ -132,39 +75,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1