Update src/app/page.tsx

This commit is contained in:
2026-04-07 16:28:08 +00:00
parent c066d2c3d4
commit 56c2f15cdf

View File

@@ -74,27 +74,27 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791110.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791110.jpg?_wi=1",
imageAlt: "Luxury home interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-8229.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-8229.jpg?_wi=1",
imageAlt: "Cleaning kitchen",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-cleaning-products_23-2148112073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-cleaning-products_23-2148112073.jpg?_wi=1",
imageAlt: "Cleaning service detail",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12592.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12592.jpg?_wi=1",
imageAlt: "Vacation rental bedroom",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/young-family-couple-washing-glass-surface-with-detergent-wiping-out-foam-rejoicing-good-results-cleaning-being-pleased-with-washing-spray-dirty-male-female-workers-cleaning-windows-home_273609-7864.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-family-couple-washing-glass-surface-with-detergent-wiping-out-foam-rejoicing-good-results-cleaning-being-pleased-with-washing-spray-dirty-male-female-workers-cleaning-windows-home_273609-7864.jpg?_wi=1",
imageAlt: "Cleaning crew",
},
{
@@ -119,7 +119,7 @@ export default function LandingPage() {
"Security",
"Trust",
],
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791110.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791110.jpg?_wi=2",
imageAlt: "luxury desert home interior",
},
{
@@ -129,7 +129,7 @@ export default function LandingPage() {
"Quality",
"Reliability",
],
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-8229.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-kitchen_1048-8229.jpg?_wi=2",
imageAlt: "professional cleaning kitchen",
},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
"Convenience",
"Speed",
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-cleaning-products_23-2148112073.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-cleaning-products_23-2148112073.jpg?_wi=2",
imageAlt: "professional house cleaning detail",
},
{
@@ -149,7 +149,7 @@ export default function LandingPage() {
"Detail",
"Standard",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12592.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12592.jpg?_wi=2",
imageAlt: "vacation rental bedroom design",
},
{
@@ -159,7 +159,7 @@ export default function LandingPage() {
"Green",
"Safe",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-family-couple-washing-glass-surface-with-detergent-wiping-out-foam-rejoicing-good-results-cleaning-being-pleased-with-washing-spray-dirty-male-female-workers-cleaning-windows-home_273609-7864.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-family-couple-washing-glass-surface-with-detergent-wiping-out-foam-rejoicing-good-results-cleaning-being-pleased-with-washing-spray-dirty-male-female-workers-cleaning-windows-home_273609-7864.jpg?_wi=2",
imageAlt: "professional house cleaning team",
},
]}