Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 090c1b2728 | |||
| 849b09786b | |||
| 5299174d95 | |||
| 98d81ad130 | |||
| 4fd80ac1f4 | |||
| ea909c00e0 | |||
| d827568c10 |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3465.jpg", imageAlt: "Balcony view" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176365.jpg", imageAlt: "Comfortable room" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Check Availability & Book", href: "#contact" }]}
|
buttons={[{ text: "Check Availability & Book", href: "#contact" }, { text: "View Rooms", href: "#rooms" }]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/tyrrhenian-sunset-from-peloritani-mountains-sicily-italy_181624-21176.jpg", alt: "Happy guest" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
{ src: "http://img.b2bpic.net/free-photo/wooden-railing-view-beautiful-mountains-sunset_181624-12889.jpg", alt: "Happy guest" },
|
||||||
@@ -133,15 +133,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "r1", name: "Standard Single", price: "₹1000/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=1" },
|
{ id: "r1", name: "Double Room", price: "₹2,205 + 110 tax/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=3" },
|
||||||
{ id: "r2", name: "Deluxe Single", price: "₹1300/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=2" },
|
{ id: "r2", name: "Suite", price: "₹4,500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=6" },
|
||||||
{ id: "r3", name: "Standard Double", price: "₹2100/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=3" },
|
|
||||||
{ id: "r4", name: "Deluxe Double", price: "₹2500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=4" },
|
|
||||||
{ id: "r5", name: "Executive Suite", price: "₹3500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=5" },
|
|
||||||
{ id: "r6", name: "Family Suite", price: "₹4500/night", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZmAX6euz7HPR6bz0p4gANhPKC/uploaded-1776601854608-cbhtxur0.jpg?_wi=6" },
|
|
||||||
]}
|
]}
|
||||||
title="Comfortable Stays"
|
title="Comfortable Stays"
|
||||||
description="Explore our range of well-appointed rooms, designed for both business and leisure travelers."
|
description="Explore our premium rooms, perfectly designed for luxury and relaxation in the city."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user