Update src/app/page.tsx

This commit is contained in:
2026-06-10 00:40:02 +00:00
parent f11f741457
commit 642abe3f72

View File

@@ -85,22 +85,22 @@ export default function LandingPage() {
carouselItems={[
{
id: "carousel-item-1",
imageSrc: "http://img.b2bpic.net/free-photo/image-beauty-woman-sunglasses-smiling-camera_197531-33682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/image-beauty-woman-sunglasses-smiling-camera_197531-33682.jpg?_wi=1",
imageAlt: "Professional window cleaner on a high-rise building",
},
{
id: "carousel-item-2",
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-2870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-2870.jpg?_wi=1",
imageAlt: "Residential window cleaning technician on a ladder",
},
{
id: "carousel-item-3",
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-wipers-frame_23-2147700612.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-wipers-frame_23-2147700612.jpg?_wi=1",
imageAlt: "Close-up of window cleaning tools and water",
},
{
id: "carousel-item-4",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-looking-store-window_23-2148023339.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-looking-store-window_23-2148023339.jpg?_wi=1",
imageAlt: "Commercial building storefront with sparkling clean windows",
},
{
@@ -160,7 +160,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/image-beauty-woman-sunglasses-smiling-camera_197531-33682.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/image-beauty-woman-sunglasses-smiling-camera_197531-33682.jpg?_wi=2",
imageAlt: "residential window cleaning home exterior",
},
{
@@ -185,7 +185,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-2870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-2870.jpg?_wi=2",
imageAlt: "residential window cleaning home exterior",
},
{
@@ -210,7 +210,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-wipers-frame_23-2147700612.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/domestic-cleaning-concept-with-wipers-frame_23-2147700612.jpg?_wi=2",
imageAlt: "residential window cleaning home exterior",
},
{
@@ -235,7 +235,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-looking-store-window_23-2148023339.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-looking-store-window_23-2148023339.jpg?_wi=2",
imageAlt: "residential window cleaning home exterior",
},
]}