diff --git a/src/app/page.tsx b/src/app/page.tsx
index d7f3b2d..d1d1eaf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -54,17 +54,11 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1",
- imageAlt: "Professional pressure washing service",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", imageAlt: "Professional pressure washing service"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1",
- imageAlt: "Clean driveway after pressure washing",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", imageAlt: "Clean driveway after pressure washing"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1",
- imageAlt: "House exterior cleaning",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", imageAlt: "House exterior cleaning"},
]}
mediaAnimation="slide-up"
/>
@@ -75,15 +69,10 @@ export default function HomePage() {
@@ -211,24 +174,21 @@ export default function HomePage() {