Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-20 22:09:01 +00:00
4 changed files with 9 additions and 15 deletions

View File

@@ -23,9 +23,9 @@ export default function BlogPage() {
headingFontWeight="light"
>
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Rooms", id: "rooms" }, { name: "Amenities", id: "amenities" }, { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
brandName="Grandeur Hotel"
button={{ text: "Book Now", href: "#contact" }}
button={{ text: "Book Now", href: "/#contact" }}
className="py-4 px-6 lg:px-12"
navItemClassName="text-foreground hover:text-primary-cta"
buttonClassName="px-5 py-2"
@@ -53,7 +53,6 @@ export default function BlogPage() {
<FooterLogoEmphasis
columns={[{ items: [{ label: "Rooms", href: "#rooms" }, { label: "Amenities", href: "#amenities" }, { label: "Gallery", href: "#gallery" }] }, { items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] }, { items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</ThemeProvider>
);

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
description="Indulge in an exquisite stay at Grandeur Hotel, where every detail is crafted for your utmost relaxation and enjoyment."
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Book Your Stay", href: "#contact" }, { text: "Explore Rooms", href: "#rooms" }]}
mediaItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Luxurious hotel room interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Elegant hotel lobby and reception area" }, { imageSrc: "https://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Fine dining restaurant in hotel" }, { imageSrc: "https://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", imageAlt: "Relaxing hotel spa area" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Stunning hotel infinity pool with a view" }]}
mediaItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxurious hotel room interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Elegant hotel lobby and reception area" }, { imageSrc: "https://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Fine dining restaurant in hotel" }, { imageSrc: "https://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", imageAlt: "Relaxing hotel spa area" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Stunning hotel infinity pool with a view" }]}
tag="Welcome to Grandeur Hotel"
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -64,7 +64,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
products={[{ id: "standard", brand: "Grandeur Hotel", name: "Standard King Room", price: "From $250 / night", rating: 4, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-using-mobile_74190-9662.jpg", imageAlt: "A well-appointed standard hotel room with a king-size bed." }, { id: "deluxe", brand: "Grandeur Hotel", name: "Deluxe Suite", price: "From $450 / night", rating: 5, reviewCount: "870", 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 spacious deluxe suite with a separate living area." }, { id: "executive", brand: "Grandeur Hotel", name: "Executive Penthouse", price: "From $999 / night", rating: 5, reviewCount: "320", imageSrc: "https://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "An opulent executive penthouse with panoramic city views." }]}
products={[{ id: "standard", brand: "Grandeur Hotel", name: "Standard King Room", price: "From $250 / night", rating: 4, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-using-mobile_74190-9662.jpg", imageAlt: "A well-appointed standard hotel room with a king-size bed." }, { id: "deluxe", brand: "Grandeur Hotel", name: "Deluxe Suite", price: "From $450 / night", rating: 5, reviewCount: "870", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "A spacious deluxe suite with a separate living area." }, { id: "executive", brand: "Grandeur Hotel", name: "Executive Penthouse", price: "From $999 / night", rating: 5, reviewCount: "320", imageSrc: "https://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "An opulent executive penthouse with panoramic city views." }]}
gridVariant="three-columns-all-equal-width"
tag="Rooms & Suites"
/>

View File

@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" }]}
brandName="Grandeur Hotel"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 lg:px-12"
@@ -111,7 +111,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -136,7 +135,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" }]}
brandName="Grandeur Hotel"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 lg:px-12"
@@ -164,7 +163,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -188,7 +186,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" }]}
brandName="Grandeur Hotel"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 lg:px-12"
@@ -241,7 +239,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -58,7 +58,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" }]}
brandName="Grandeur Hotel"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 lg:px-12"
@@ -78,7 +78,6 @@ export default function ShopPage() {
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -102,7 +101,7 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" }]}
brandName="Grandeur Hotel"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
className="py-4 px-6 lg:px-12"
@@ -145,7 +144,6 @@ export default function ShopPage() {
{ items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
logoText="Grandeur Hotel"
useInvertedBackground={false}
/>
</div>
</ReactLenis>