Update src/app/page.tsx
This commit is contained in:
@@ -72,12 +72,12 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "slide1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg?_wi=1",
|
||||
imageAlt: "Hotel Exterior",
|
||||
},
|
||||
{
|
||||
id: "slide2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg?_wi=1",
|
||||
imageAlt: "Luxury Lobby",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
||||
"Dining",
|
||||
"Gourmet",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg?_wi=2",
|
||||
imageAlt: "door european style doors building",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
"Meetings",
|
||||
"Tech",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg?_wi=2",
|
||||
imageAlt: "door european style doors building",
|
||||
},
|
||||
]}
|
||||
@@ -245,7 +245,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "Book Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28054.jpg?_wi=3",
|
||||
imageAlt: "Front view man waiting near hotel",
|
||||
},
|
||||
{
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "Book Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683507.jpg?_wi=3",
|
||||
imageAlt: "Front view man waiting near hotel",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user