Update src/app/page.tsx
This commit is contained in:
@@ -83,17 +83,17 @@ export default function LandingPage() {
|
|||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=1",
|
||||||
imageAlt: "Luxury villa exterior with modern architecture at sunset",
|
imageAlt: "Luxury villa exterior with modern architecture at sunset",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=1",
|
||||||
imageAlt: "Modern luxury apartment living room with elegant decor",
|
imageAlt: "Modern luxury apartment living room with elegant decor",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg?_wi=1",
|
||||||
imageAlt: "Grand entrance of a luxury commercial building",
|
imageAlt: "Grand entrance of a luxury commercial building",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg?_wi=2",
|
||||||
imageAlt: "3d virtual tour luxury apartment living room",
|
imageAlt: "3d virtual tour luxury apartment living room",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=2",
|
||||||
imageAlt: "3d virtual tour luxury apartment living room",
|
imageAlt: "3d virtual tour luxury apartment living room",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg?_wi=2",
|
||||||
imageAlt: "3d virtual tour luxury apartment living room",
|
imageAlt: "3d virtual tour luxury apartment living room",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user