Update src/app/page.tsx

This commit is contained in:
2026-05-11 07:15:46 +00:00
parent ba191ba0eb
commit abc1c73f20

View File

@@ -59,12 +59,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169757.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169757.jpg?_wi=1",
imageAlt: "Exterior view",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3977.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3977.jpg?_wi=1",
imageAlt: "Living room",
},
{
@@ -187,14 +187,14 @@ export default function LandingPage() {
id: "2",
name: "Sarah Architect",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169757.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169757.jpg?_wi=2",
imageAlt: "Houses with yacht on old port Nesebar Bulgaria",
},
{
id: "3",
name: "Mark Builder",
role: "Construction",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3977.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3977.jpg?_wi=2",
imageAlt: "Houses with yacht on old port Nesebar Bulgaria",
},
]}