Update src/app/page.tsx

This commit is contained in:
2026-05-24 09:34:17 +00:00
parent 0b63ef97c4
commit 13889aca43

View File

@@ -69,17 +69,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "h1",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg?_wi=1",
imageAlt: "Luxury villa at sunset",
},
{
id: "h2",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg?_wi=1",
imageAlt: "Modern penthouse view",
},
{
id: "h3",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=1",
imageAlt: "Coastal mansion pool",
},
{
@@ -150,7 +150,7 @@ export default function LandingPage() {
imageAlt: "Consultation space",
},
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694111.jpg?_wi=2",
imageAlt: "modern villa exterior",
},
{
@@ -171,7 +171,7 @@ export default function LandingPage() {
imageAlt: "Portfolio access",
},
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-sunset-skyline_181624-41261.jpg?_wi=2",
imageAlt: "modern villa exterior",
},
{
@@ -192,7 +192,7 @@ export default function LandingPage() {
imageAlt: "Global reach",
},
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=2",
imageAlt: "modern villa exterior",
},
]}