Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-20 21:23:03 +00:00
4 changed files with 26 additions and 26 deletions

View File

@@ -28,13 +28,12 @@ export default function BlogPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Rooms", id: "rooms" }, { name: "Rooms", id: "/#products" },
{ name: "Amenities", id: "amenities" }, { name: "Amenities", id: "/#features" },
{ name: "Gallery", id: "gallery" }, { name: "Contact", id: "/#contact" },
{ name: "Contact", id: "contact" },
]} ]}
brandName="Grand Stay" brandName="Grand Stay"
button={{ text: "Book Now", href: "#contact" }} button={{ text: "Book Now", href: "/#contact" }}
/> />
</div> </div>
@@ -61,15 +60,15 @@ export default function BlogPage() {
columns={[ columns={[
{ {
title: "Hotel", items: [ title: "Hotel", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "/#about" },
{ label: "Rooms", href: "#rooms" }, { label: "Rooms", href: "/#products" },
{ label: "Amenities", href: "#amenities" }, { label: "Amenities", href: "/#features" },
], ],
}, },
{ {
title: "Guest Services", items: [ title: "Guest Services", items: [
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "/#contact" },
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
], ],
}, },

View File

@@ -28,7 +28,7 @@ export default function SitePage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[{name:"Rooms",id:"rooms"},{name:"Amenities",id:"amenities"},{name:"Gallery",id:"gallery"},{name:"Contact",id:"contact"}]} navItems={[{name:"Rooms",id:"products"},{name:"Amenities",id:"features"},{name:"Contact",id:"contact"}]}
brandName="Grand Stay" brandName="Grand Stay"
button={{text:"Book Now",href:"#contact"}} button={{text:"Book Now",href:"#contact"}}
/> />
@@ -38,7 +38,7 @@ export default function SitePage() {
title="Experience Unforgettable Stays at Grand Stay" title="Experience Unforgettable Stays at Grand Stay"
description="Indulge in unparalleled comfort and luxury. Your perfect escape awaits with world-class service and breathtaking views." description="Indulge in unparalleled comfort and luxury. Your perfect escape awaits with world-class service and breathtaking views."
background={{ variant: 'plain' }} background={{ variant: 'plain' }}
buttons={[{text:"Book Your Room",href:"#contact"},{text:"Explore Rooms",href:"#rooms"}]} buttons={[{text:"Book Your Room",href:"#contact"},{text:"Explore Rooms",href:"#products"}]}
imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" 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" imageAlt="Luxury hotel room with a large bed and city view"
mediaAnimation="opacity" mediaAnimation="opacity"
@@ -54,6 +54,7 @@ export default function SitePage() {
imageSrc="https://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg" imageSrc="https://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
imageAlt="Elegant hotel lobby with a grand chandelier and comfortable seating" imageAlt="Elegant hotel lobby with a grand chandelier and comfortable seating"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up"
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -126,7 +127,7 @@ export default function SitePage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
columns={[{title:"Hotel",items:[{label:"About Us",href:"#about"},{label:"Rooms",href:"#rooms"},{label:"Amenities",href:"#amenities"}]},{title:"Guest Services",items:[{label:"FAQ",href:"#faq"},{label:"Contact Us",href:"#contact"},{label:"Privacy Policy",href:"/privacy"}]},{title:"Follow Us",items:[{label:"Facebook",href:"https://facebook.com/grandstay"},{label:"Instagram",href:"https://instagram.com/grandstay"},{label:"Twitter",href:"https://twitter.com/grandstay"}]}]} columns={[{title:"Hotel",items:[{label:"About Us",href:"#about"},{label:"Rooms",href:"#products"},{label:"Amenities",href:"#features"}]},{title:"Guest Services",items:[{label:"FAQ",href:"#faq"},{label:"Contact Us",href:"#contact"},{label:"Privacy Policy",href:"/privacy"}]},{title:"Follow Us",items:[{label:"Facebook",href:"https://facebook.com/grandstay"},{label:"Instagram",href:"https://instagram.com/grandstay"},{label:"Twitter",href:"https://twitter.com/grandstay"}]}]}
copyrightText="© 2024 Grand Stay. All rights reserved." copyrightText="© 2024 Grand Stay. All rights reserved."
/> />
</div> </div>

View File

@@ -75,7 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) {
}, [cartItems, checkout, getCheckoutItems]); }, [cartItems, checkout, getCheckoutItems]);
const navbar = ( const navbar = (
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -93,15 +93,15 @@ function ProductPageContent({ params }: ProductPageProps) {
columns={[ columns={[
{ {
title: "Hotel", items: [ title: "Hotel", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "/#about" },
{ label: "Rooms", href: "#rooms" }, { label: "Rooms", href: "/#products" },
{ label: "Amenities", href: "#amenities" }, { label: "Amenities", href: "/#features" },
], ],
}, },
{ {
title: "Guest Services", items: [ title: "Guest Services", items: [
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "/#contact" },
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
], ],
}, },

View File

@@ -31,7 +31,7 @@ export default function ShopPage() {
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -63,7 +63,7 @@ export default function ShopPage() {
headingFontWeight="extrabold" headingFontWeight="extrabold"
> >
<ReactLenis root> <ReactLenis root>
<div id="navbar" data-section="navbar"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
@@ -89,15 +89,15 @@ export default function ShopPage() {
columns={[ columns={[
{ {
title: "Hotel", items: [ title: "Hotel", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "/#about" },
{ label: "Rooms", href: "#rooms" }, { label: "Rooms", href: "/#products" },
{ label: "Amenities", href: "#amenities" }, { label: "Amenities", href: "/#features" },
], ],
}, },
{ {
title: "Guest Services", items: [ title: "Guest Services", items: [
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "#contact" }, { label: "Contact Us", href: "/#contact" },
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
], ],
}, },