Update src/app/page.tsx
This commit is contained in:
@@ -94,32 +94,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg?_wi=1",
|
||||
imageAlt: "Sparkling clean window",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg?_wi=1",
|
||||
imageAlt: "Pressure washing a patio",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg?_wi=1",
|
||||
imageAlt: "Clean solar panels",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg?_wi=1",
|
||||
imageAlt: "Interior window cleaning",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg?_wi=1",
|
||||
imageAlt: "Commercial window cleaning",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg?_wi=1",
|
||||
imageAlt: "Detail window cleaning process",
|
||||
},
|
||||
]}
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
{
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
{
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
{
|
||||
@@ -291,7 +291,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
{
|
||||
@@ -316,7 +316,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
{
|
||||
@@ -341,7 +341,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg?_wi=2",
|
||||
imageAlt: "sparkling clean window icon",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user