Update src/app/page.tsx
This commit is contained in:
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Book Your Stay", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-reception-hall-office-with-decor-shelf_105762-1676.jpg", imageAlt: "Exterior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg", imageAlt: "Suite" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg?_wi=1", imageAlt: "Suite" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-slate_23-2148491231.jpg", imageAlt: "Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/back-view-girl-posing-bathing-suit_23-2148345663.jpg", imageAlt: "Spa" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg", imageAlt: "Garden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg?_wi=1", imageAlt: "Garden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712945.jpg", imageAlt: "Lobby" },
|
||||
]}
|
||||
/>
|
||||
@@ -95,8 +95,8 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "r1", brand: "Luxury", name: "Presidential Suite", price: "$850", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg" },
|
||||
{ id: "r2", brand: "Luxury", name: "Sea View Deluxe", price: "$550", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg" },
|
||||
{ id: "r1", brand: "Luxury", name: "Presidential Suite", price: "$850", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-suite-resort-high-rise-hotel-with-working-table_105762-1783.jpg?_wi=2" },
|
||||
{ id: "r2", brand: "Luxury", name: "Sea View Deluxe", price: "$550", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg?_wi=2" },
|
||||
{ id: "r3", brand: "Classic", name: "Garden Double", price: "$250", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/home-cozy-still-life-with-black-sofa-decor-living-room_169016-6441.jpg" },
|
||||
]}
|
||||
title="Our Accommodations"
|
||||
|
||||
Reference in New Issue
Block a user