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() {