Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Stay", href: "contact" },
|
||||
{ text: "Explore Rooms", href: "rooms" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1"
|
||||
imageAlt="Luxury hotel lobby entrance"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
id: "service", label: "Signature Service", description: "Our highly trained staff is dedicated to ensuring your comfort and satisfaction. From personalized concierge services to 24-hour room service, we anticipate your needs and exceed your expectations at every opportunity."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=2"
|
||||
imageAlt="Hotel interior and design"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -91,10 +91,10 @@ export default function LandingPage() {
|
||||
id: "standard", name: "Standard Room", price: "$129/night", imageSrc: "https://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Standard hotel room", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "deluxe", name: "Deluxe Room", price: "$189/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe hotel room", initialQuantity: 1
|
||||
id: "deluxe", name: "Deluxe Room", price: "$189/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe hotel room", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "suite", name: "Luxury Suite", price: "$299/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxury hotel suite", initialQuantity: 1
|
||||
id: "suite", name: "Luxury Suite", price: "$299/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Luxury hotel suite", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -216,7 +216,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=3"
|
||||
imageAlt="Beautiful hotel interior"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user