Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-02-15 10:57:12 +00:00
5 changed files with 42 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ export default function BlogPage() {
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"

View File

@@ -34,7 +34,7 @@ export default function LuxuryHotelPage() {
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
@@ -49,7 +49,7 @@ export default function LuxuryHotelPage() {
socialLinks={[
{ icon: Heart, label: "Favorites", href: "#rooms" },
{ icon: MapPin, label: "Location", href: "#contact" },
{ icon: Star, label: "Reviews", href: "#reviews" }
{ icon: Star, label: "Reviews", href: "#testimonials" }
]}
linkCards={[
{

View File

@@ -87,7 +87,11 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Luxury Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
bottomRightText="reservations@luxurysuites.com"
@@ -134,7 +138,11 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Luxury Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
bottomRightText="reservations@luxurysuites.com"
@@ -188,7 +196,11 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Luxury Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
bottomRightText="reservations@luxurysuites.com"

View File

@@ -37,7 +37,11 @@ export default function ShopPage() {
brandName="Luxury Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
bottomRightText="reservations@luxurysuites.com"
@@ -83,7 +87,11 @@ export default function ShopPage() {
brandName="Luxury Suites"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" }
{ name: "Rooms", id: "rooms" },
{ name: "Amenities", id: "amenities" },
{ name: "About", id: "about" },
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="5-Star Hospitality"
bottomRightText="reservations@luxurysuites.com"

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #010912;;;;
--card: #152840;;;;
--foreground: #e6f0ff;;;;
--primary-cta: #cee7ff;;;;
--secondary-cta: #0e1a29;;;;
--accent: #3f5c79;;;;
--background-accent: #004a93;;;; */
/* --background: #060000;;;;
--card: #1d0d0d;;;;
--foreground: #ffe6e6;;;;
--primary-cta: #ff3d4a;;;;
--secondary-cta: #1f0a0a;;;;
--accent: #7b2d2d;;;;
--background-accent: #b8111f;;;; */
--background: #010912;;;;
--card: #152840;;;;
--foreground: #e6f0ff;;;;
--primary-cta: #cee7ff;;;;
--secondary-cta: #0e1a29;;;;
--accent: #3f5c79;;;;
--background-accent: #004a93;;;;
--background: #060000;;;;
--card: #1d0d0d;;;;
--foreground: #ffe6e6;;;;
--primary-cta: #ff3d4a;;;;
--secondary-cta: #1f0a0a;;;;
--accent: #7b2d2d;;;;
--background-accent: #b8111f;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);