diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc74356..9f59b7c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -47,32 +38,16 @@ export default function LandingPage() {
@@ -82,12 +57,7 @@ export default function LandingPage() {
@@ -98,36 +68,11 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Carpet Cleaning",
- description: "Deep steam extraction that removes dirt, stains, allergens, and odors.",
- imageSrc: "http://img.b2bpic.net/free-photo/coarse-cement-wall-with-diagonal-division_23-2148413296.jpg",
- },
- {
- id: "2",
- title: "Upholstery Cleaning",
- description: "Renew your couches and fabric furniture for a fresh look.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520602.jpg",
- },
- {
- id: "3",
- title: "Pet Stain Removal",
- description: "Eliminate deep-set pet stains and odors at the source.",
- imageSrc: "http://img.b2bpic.net/free-photo/dog-making-mass-with-plant-pot-indoors_23-2149544934.jpg",
- },
- {
- id: "4",
- title: "Move-In / Move-Out",
- description: "Full service cleaning for property transitions.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-handling-couch-while-preparing-move-out_23-2148647458.jpg",
- },
- {
- id: "5",
- title: "Tile & Grout",
- description: "Restore shine and remove built-up grime from your tile surfaces.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520583.jpg",
- },
+ { id: "1", title: "Carpet Cleaning", description: "Deep steam extraction that removes dirt, stains, allergens, and odors.", imageSrc: "http://img.b2bpic.net/free-photo/coarse-cement-wall-with-diagonal-division_23-2148413296.jpg" },
+ { id: "2", title: "Upholstery Cleaning", description: "Renew your couches and fabric furniture for a fresh look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520602.jpg" },
+ { id: "3", title: "Pet Stain Removal", description: "Eliminate deep-set pet stains and odors at the source.", imageSrc: "http://img.b2bpic.net/free-photo/dog-making-mass-with-plant-pot-indoors_23-2149544934.jpg" },
+ { id: "4", title: "Move-In / Move-Out", description: "Full service cleaning for property transitions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-handling-couch-while-preparing-move-out_23-2148647458.jpg" },
+ { id: "5", title: "Tile & Grout", description: "Restore shine and remove built-up grime from your tile surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520583.jpg" },
]}
title="Our Professional Services"
description="Comprehensive cleaning solutions to restore your home interior."
@@ -136,37 +81,14 @@ export default function LandingPage() {