Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bbfc32b0c | |||
| c7a55de827 | |||
| c493a2f2b2 | |||
| dfe1678b80 | |||
| 266e367168 | |||
| ccf6806ebd | |||
| 18c9cd8d49 | |||
| 08ed3d6b94 | |||
| 0349deba15 | |||
| cafb28f979 | |||
| 0ed29dbdb4 | |||
| 231605ad56 | |||
| d4c1f07d3e | |||
| e122110225 | |||
| 505ccc707e | |||
| 0d3a700e01 | |||
| fa3ec30c00 | |||
| 0d887953f8 | |||
| d98bf2215c | |||
| 3724897280 | |||
| 4a5df482e5 | |||
| 663e6fe0c3 | |||
| 5953ba62c0 | |||
| 85d9781995 |
@@ -33,7 +33,7 @@ export default function BlogPage() {
|
|||||||
{ name: "Rooms", id: "rooms" },
|
{ name: "Rooms", id: "rooms" },
|
||||||
{ name: "Amenities", id: "amenities" },
|
{ name: "Amenities", id: "amenities" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Blog", id: "/blog" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="5-Star Hospitality"
|
bottomLeftText="5-Star Hospitality"
|
||||||
@@ -86,4 +86,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1268,4 +1268,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -34,7 +34,7 @@ export default function LuxuryHotelPage() {
|
|||||||
{ name: "Rooms", id: "rooms" },
|
{ name: "Rooms", id: "rooms" },
|
||||||
{ name: "Amenities", id: "amenities" },
|
{ name: "Amenities", id: "amenities" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Blog", id: "/blog" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="5-Star Hospitality"
|
bottomLeftText="5-Star Hospitality"
|
||||||
@@ -49,7 +49,7 @@ export default function LuxuryHotelPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Heart, label: "Favorites", href: "#rooms" },
|
{ icon: Heart, label: "Favorites", href: "#rooms" },
|
||||||
{ icon: MapPin, label: "Location", href: "#contact" },
|
{ icon: MapPin, label: "Location", href: "#contact" },
|
||||||
{ icon: Star, label: "Reviews", href: "#reviews" }
|
{ icon: Star, label: "Reviews", href: "#testimonials" }
|
||||||
]}
|
]}
|
||||||
linkCards={[
|
linkCards={[
|
||||||
{
|
{
|
||||||
@@ -241,4 +241,4 @@ export default function LuxuryHotelPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Luxury Suites"
|
brandName="Luxury Suites"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ 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"
|
bottomLeftText="5-Star Hospitality"
|
||||||
bottomRightText="reservations@luxurysuites.com"
|
bottomRightText="reservations@luxurysuites.com"
|
||||||
@@ -134,7 +138,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Luxury Suites"
|
brandName="Luxury Suites"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ 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"
|
bottomLeftText="5-Star Hospitality"
|
||||||
bottomRightText="reservations@luxurysuites.com"
|
bottomRightText="reservations@luxurysuites.com"
|
||||||
@@ -188,7 +196,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Luxury Suites"
|
brandName="Luxury Suites"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ 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"
|
bottomLeftText="5-Star Hospitality"
|
||||||
bottomRightText="reservations@luxurysuites.com"
|
bottomRightText="reservations@luxurysuites.com"
|
||||||
@@ -246,4 +258,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,11 @@ export default function ShopPage() {
|
|||||||
brandName="Luxury Suites"
|
brandName="Luxury Suites"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ 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"
|
bottomLeftText="5-Star Hospitality"
|
||||||
bottomRightText="reservations@luxurysuites.com"
|
bottomRightText="reservations@luxurysuites.com"
|
||||||
@@ -83,7 +87,11 @@ export default function ShopPage() {
|
|||||||
brandName="Luxury Suites"
|
brandName="Luxury Suites"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ 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"
|
bottomLeftText="5-Star Hospitality"
|
||||||
bottomRightText="reservations@luxurysuites.com"
|
bottomRightText="reservations@luxurysuites.com"
|
||||||
@@ -116,4 +124,4 @@ export default function ShopPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5faff;;
|
/* --background: #060000;;;;
|
||||||
--card: #f1f8ff;;
|
--card: #1d0d0d;;;;
|
||||||
--foreground: #001122;;
|
--foreground: #ffe6e6;;;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #ff3d4a;;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;;;
|
||||||
--accent: #a8cce8;;
|
--accent: #7b2d2d;;;;
|
||||||
--background-accent: #7ba3cf;; */
|
--background-accent: #b8111f;;;; */
|
||||||
|
|
||||||
--background: #f5faff;;
|
--background: #060000;;;;
|
||||||
--card: #f1f8ff;;
|
--card: #1d0d0d;;;;
|
||||||
--foreground: #001122;;
|
--foreground: #ffe6e6;;;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #ff3d4a;;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;;;
|
||||||
--accent: #a8cce8;;
|
--accent: #7b2d2d;;;;
|
||||||
--background-accent: #7ba3cf;;
|
--background-accent: #b8111f;;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user