Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-02-20 21:20:41 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export default function SitePage() {
description="Indulge in unparalleled comfort and luxury. Your perfect escape awaits with world-class service and breathtaking views."
background={{ variant: 'plain' }}
buttons={[{text:"Book Your Room",href:"#contact"},{text:"Explore Rooms",href:"#rooms"}]}
imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
imageAlt="Luxury hotel room with a large bed and city view"
mediaAnimation="opacity"
imagePosition="right"
@@ -71,7 +71,7 @@ export default function SitePage() {
</div>
<div id="products" data-section="products">
<ProductCardThree
products={[{id:"1",name:"Standard King Room",price:"$250/night",imageSrc:"https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",imageAlt:"A standard king-size hotel room"},{id:"2",name:"Deluxe Double Room",price:"$350/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:"A deluxe double hotel room with modern decor"},{id:"3",name:"Executive Suite",price:"$550/night",imageSrc:"https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg",imageAlt:"An executive hotel suite with a separate living area"}]}
products={[{id:"1",name:"Standard King Room",price:"$250/night",imageSrc:"https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",imageAlt:"A standard king-size hotel room"},{id:"2",name:"Deluxe Double Room",price:"$350/night",imageSrc:"https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",imageAlt:"A deluxe double hotel room with modern decor"},{id:"3",name:"Executive Suite",price:"$550/night",imageSrc:"https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg",imageAlt:"An executive hotel suite with a separate living area"}]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
title="Our Premium Rooms & Suites"
@@ -102,7 +102,7 @@ export default function SitePage() {
</div>
<div id="faq" data-section="faq">
<FaqDouble
faqs={[{id:"1",title:"What are your check-in and check-out times?",content:"Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability."},{id:"2",title:"Do you offer airport transportation?",content:"Yes, we provide airport shuttle services for an additional fee. Please contact our concierge team to arrange your transportation prior to arrival."},{id:"3",title:"Is breakfast included with the room rate?",content:"Our standard room rates do not typically include breakfast. However, you can add a breakfast package during booking or enjoy it à la carte at our restaurant."},{id:_id:"4",title:"Are pets allowed at the hotel?",content:"We are a pet-friendly hotel! Please notify us in advance if you plan to bring a pet, as certain restrictions and fees may apply. Guide dogs are welcome without charge."},{id:"5",title:"Do you have a fitness center or pool?",content:"Yes, we feature a state-of-the-art fitness center and a luxurious indoor swimming pool, both accessible to guests during operating hours."},{id:"6",title:"What dining options are available?",content:"Grand Stay boasts a fine-dining restaurant, a casual café, and a vibrant bar, offering a range of culinary experiences. In-room dining is also available 24/7."}]}
faqs={[{id:"1",title:"What are your check-in and check-out times?",content:"Check-in is at 3:00 PM, and check-out is at 11:00 AM. Early check-in or late check-out may be available upon request and subject to availability."},{id:"2",title:"Do you offer airport transportation?",content:"Yes, we provide airport shuttle services for an additional fee. Please contact our concierge team to arrange your transportation prior to arrival."},{id:"3",title:"Is breakfast included with the room rate?",content:"Our standard room rates do not typically include breakfast. However, you can add a breakfast package during booking or enjoy it à la carte at our restaurant."},{id:"4",title:"Are pets allowed at the hotel?",content:"We are a pet-friendly hotel! Please notify us in advance if you plan to bring a pet, as certain restrictions and fees may apply. Guide dogs are welcome without charge."},{id:"5",title:"Do you have a fitness center or pool?",content:"Yes, we feature a state-of-the-art fitness center and a luxurious indoor swimming pool, both accessible to guests during operating hours."},{id:"6",title:"What dining options are available?",content:"Grand Stay boasts a fine-dining restaurant, a casual café, and a vibrant bar, offering a range of culinary experiences. In-room dining is also available 24/7."}]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about your stay at Grand Stay."
textboxLayout="default"

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { Suspense, use, useCallback } from "react";
import { useRouter } from "next/navigation";

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";