diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7e43807..55d26c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,69 +28,34 @@ export default function LandingPage() {
@@ -101,9 +66,7 @@ export default function LandingPage() {
title="A Concierge Approach to Cleanliness"
buttons={[
{
- text: "Learn About Our Standards",
- href: "#contact",
- },
+ text: "Learn About Our Standards", href: "#contact"},
]}
/>
@@ -114,54 +77,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- title: "Deep Cleaning",
- descriptions: [
- "Comprehensive scrub of all hard-to-reach areas.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg?_wi=2",
- },
- {
- id: "s2",
- title: "Residential",
- descriptions: [
- "Ongoing maintenance for modern homes.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg?_wi=2",
- },
- {
- id: "s3",
- title: "Office",
- descriptions: [
- "Clean, productive, and organized workspaces.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg?_wi=2",
- },
- {
- id: "s4",
- title: "Night Office",
- descriptions: [
- "Discreet after-hours janitorial support.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg?_wi=2",
- },
- {
- id: "s5",
- title: "Commercial",
- descriptions: [
- "Maintaining professional impressions for business.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg?_wi=2",
- },
- {
- id: "s6",
- title: "Weekly Care",
- descriptions: [
- "Consistently pristine, week after week.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374419.jpg",
- },
+ { id: "s1", title: "Deep Cleaning", descriptions: ["Comprehensive scrub of all hard-to-reach areas."], imageSrc: "http://img.b2bpic.net/free-photo/kitchen-work-young-dark-haired-woman-cleaning-kitchen-appliances_259150-59442.jpg" },
+ { id: "s2", title: "Residential", descriptions: ["Ongoing maintenance for modern homes."], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-restoring-furniture_23-2150232653.jpg" },
+ { id: "s3", title: "Office", descriptions: ["Clean, productive, and organized workspaces."], imageSrc: "http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg" },
+ { id: "s4", title: "Night Office", descriptions: ["Discreet after-hours janitorial support."], imageSrc: "http://img.b2bpic.net/free-photo/upset-employee-carrying-cardboard-box-with-belongings_482257-77536.jpg" },
+ { id: "s5", title: "Commercial", descriptions: ["Maintaining professional impressions for business."], imageSrc: "http://img.b2bpic.net/free-photo/architect-front-glass-building_23-2147702502.jpg" },
+ { id: "s6", title: "Weekly Care", descriptions: ["Consistently pristine, week after week."], imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374419.jpg" },
]}
title="Comprehensive Luxury Services"
description="From daily upkeep to specialized commercial care, we ensure every detail meets the highest standard of refinement."
@@ -170,49 +91,15 @@ export default function LandingPage() {
@@ -242,42 +126,21 @@ export default function LandingPage() {