Update src/app/page.tsx
This commit is contained in:
@@ -76,12 +76,12 @@ export default function LandingPage() {
|
|||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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",
|
imageAlt: "Room interior",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
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",
|
imageAlt: "Happy residents",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
|||||||
title: "Home-Cooked Meals",
|
title: "Home-Cooked Meals",
|
||||||
description: "Nutritious and delicious meals served daily to keep you fueled and healthy.",
|
description: "Nutritious and delicious meals served daily to keep you fueled and healthy.",
|
||||||
tag: "Dining",
|
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",
|
imageAlt: "Soft pastel hues room for kids",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
|||||||
title: "Laundry Service",
|
title: "Laundry Service",
|
||||||
description: "Weekly laundry services so you can focus entirely on your studies.",
|
description: "Weekly laundry services so you can focus entirely on your studies.",
|
||||||
tag: "Convenience",
|
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",
|
imageAlt: "Soft pastel hues room for kids",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user