Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-21 01:15:30 +00:00
4 changed files with 11 additions and 18 deletions

View File

@@ -29,12 +29,8 @@ export default function BlogPage() {
brandName="Elegance Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" },
]}
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
@@ -61,7 +57,6 @@ export default function BlogPage() {
logoText="Elegance Suites"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Cocktail, Infinity, Leaf, Massage, Utensils, Wine } from "lucide-react";
import { Infinity, Leaf, Martini, Sparkles, Utensils, Wine } from "lucide-react";
export default function LandingPage() {
return (
@@ -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/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="Luxurious hotel suite with large bed and city view"
tag="Luxury Accommodation"
/>
@@ -71,7 +71,7 @@ export default function LandingPage() {
tag="Featured Rooms"
products={[
{
id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe King Room with a large bed"},
id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room with a large bed"},
{
id: "executive-suite", name: "Executive Suite", price: "$449/night", variant: "Luxury & Comfort", imageSrc: "https://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Executive Suite with a separate living area"},
{
@@ -120,7 +120,7 @@ export default function LandingPage() {
id: "2", title: "Luxurious Spa & Wellness", description: "Indulge in a world of relaxation and rejuvenation at our state-of-the-art spa, featuring a range of treatments and therapies.", media: {
imageSrc: "https://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Serene spa treatment room with ambient lighting"},
items: [
{ icon: Massage, text: "Personalized Treatments" },
{ icon: Sparkles, text: "Personalized Treatments" },
{ icon: Leaf, text: "Organic Products" },
],
reverse: true,
@@ -130,7 +130,7 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rooftop swimming pool with city skyline view"},
items: [
{ icon: Infinity, text: "Infinity Edge Pool" },
{ icon: Cocktail, text: "Signature Drinks" },
{ icon: Martini, text: "Signature Drinks" },
],
reverse: false,
},

View File

@@ -94,7 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elegance Suites"
navItems={navItems}
@@ -124,7 +124,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elegance Suites"
navItems={navItems}
@@ -161,7 +161,7 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elegance Suites"
navItems={navItems}
@@ -209,7 +209,6 @@ function ProductPageContent({ params }: ProductPageProps) {
logoText="Elegance Suites"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -61,7 +61,7 @@ export default function ShopPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elegance Suites"
navItems={navItems}
@@ -90,7 +90,7 @@ export default function ShopPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Elegance Suites"
navItems={navItems}
@@ -128,7 +128,6 @@ export default function ShopPage() {
logoText="Elegance Suites"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>