Update src/app/page.tsx
This commit is contained in:
@@ -141,9 +141,9 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dining Options", description: "Savor exquisite meals and refreshing beverages at our diverse on-site restaurants and bars.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg", imageAlt: "Gourmet restaurant dining resort"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=1", imageAlt: "Gourmet restaurant dining resort"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg", imageAlt: "Resort breakfast buffet spread"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=1", imageAlt: "Resort breakfast buffet spread"}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -162,9 +162,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Studio Apartment", price: "R 1,500/night", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg", imageAlt: "Modern studio apartment in a hotel"},
|
||||
id: "p1", name: "Studio Apartment", price: "R 1,500/night", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior_74190-9503.jpg?_wi=2", imageAlt: "Modern studio apartment in a hotel"},
|
||||
{
|
||||
id: "p2", name: "One-Bedroom Suite", price: "R 2,200/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg", imageAlt: "Luxurious one-bedroom suite with living area"},
|
||||
id: "p2", name: "One-Bedroom Suite", price: "R 2,200/night", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1823.jpg?_wi=2", imageAlt: "Luxurious one-bedroom suite with living area"},
|
||||
{
|
||||
id: "p3", name: "Two-Bedroom Family Suite", price: "R 3,500/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-resort-hotel-with-twin-bed-living_105762-2018.jpg", imageAlt: "Spacious two-bedroom suite for families"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user