Update src/app/page.tsx

This commit is contained in:
2026-05-09 06:11:07 +00:00
parent a6416d3fde
commit 84c22e5e4f

View File

@@ -76,12 +76,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg?_wi=1",
imageAlt: "Room interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg?_wi=1",
imageAlt: "Happy residents",
},
{
@@ -137,7 +137,7 @@ export default function LandingPage() {
title: "Home-Cooked Meals",
description: "Nutritious and delicious meals served daily to keep you fueled and healthy.",
tag: "Dining",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/furniture-background-clean-wall-wood_1253-666.jpg?_wi=2",
imageAlt: "Soft pastel hues room for kids",
},
{
@@ -145,7 +145,7 @@ export default function LandingPage() {
title: "Laundry Service",
description: "Weekly laundry services so you can focus entirely on your studies.",
tag: "Convenience",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518235.jpg?_wi=2",
imageAlt: "Soft pastel hues room for kids",
},
]}