Update src/app/rooms/page.tsx
This commit is contained in:
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Standard Double",
|
||||
price: "From $40/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Budget Single",
|
||||
price: "From $30/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bed-smiling_23-2147601324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bed-smiling_23-2147601324.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Family Suite",
|
||||
price: "From $65/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-bed_1203-633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-bed_1203-633.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Rooms"
|
||||
@@ -91,14 +91,14 @@ export default function LandingPage() {
|
||||
name: "Early Bird Deal",
|
||||
price: "$35/night",
|
||||
variant: "Seasonal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Extended Stay",
|
||||
price: "$28/night",
|
||||
variant: "Long-Term",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bed-smiling_23-2147601324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bed-smiling_23-2147601324.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user