14 Commits

Author SHA1 Message Date
5bbfc32b0c Update src/app/styles/variables.css 2026-02-15 10:57:08 +00:00
c7a55de827 Update src/app/shop/page.tsx 2026-02-15 10:57:07 +00:00
c493a2f2b2 Update src/app/shop/[id]/page.tsx 2026-02-15 10:57:07 +00:00
dfe1678b80 Update src/app/page.tsx 2026-02-15 10:57:06 +00:00
266e367168 Update src/app/blog/page.tsx 2026-02-15 10:57:05 +00:00
ccf6806ebd Merge version_5 into main
Merge version_5 into main
2026-02-15 10:45:43 +00:00
18c9cd8d49 Update src/app/styles/variables.css 2026-02-15 10:45:39 +00:00
08ed3d6b94 Merge version_5 into main
Merge version_5 into main
2026-02-15 10:44:46 +00:00
0349deba15 Update theme colors 2026-02-15 10:44:40 +00:00
cafb28f979 Merge version_4 into main
Merge version_4 into main
2026-02-15 10:41:50 +00:00
0ed29dbdb4 Update src/app/styles/variables.css 2026-02-15 10:41:45 +00:00
231605ad56 Merge version_3 into main
Merge version_3 into main
2026-02-15 10:39:44 +00:00
e122110225 Merge version_3 into main
Merge version_3 into main
2026-02-15 10:06:10 +00:00
0d3a700e01 Merge version_3 into main
Merge version_3 into main
2026-02-15 09:56:24 +00:00
5 changed files with 34 additions and 14 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,18 +2,18 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #080000;;;;
--card: #be1e1e;;;;
/* --background: #060000;;;;
--card: #1d0d0d;;;;
--foreground: #ffe6e6;;;;
--primary-cta: #8e3dff;;;;
--primary-cta: #ff3d4a;;;;
--secondary-cta: #1f0a0a;;;;
--accent: #7b2d2d;;;;
--background-accent: #b8111f;;;; */
--background: #080000;;;;
--card: #be1e1e;;;;
--background: #060000;;;;
--card: #1d0d0d;;;;
--foreground: #ffe6e6;;;;
--primary-cta: #8e3dff;;;;
--primary-cta: #ff3d4a;;;;
--secondary-cta: #1f0a0a;;;;
--accent: #7b2d2d;;;;
--background-accent: #b8111f;;;;