From c4f5b7406c27ceebeffc668a176ee9c3c045206f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:24 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4bb032b..8048304 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,22 +9,30 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function AboutPage() { return ( - + - + - + ); -- 2.49.1 From 9abf7331799b5929facc4409b173c29757c6961f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:24 +0000 Subject: [PATCH 2/6] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index fd29f16..0d92613 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { LayoutDashboard, Hotel, CalendarDays, Users, BarChart3 } from "lucide-react"; +import { Hotel, CalendarDays, Users, BarChart3 } from "lucide-react"; export default function AdminDashboardPage() { return ( @@ -31,6 +31,7 @@ export default function AdminDashboardPage() { { name: "Analytics", id: "analytics" }, ]} brandName="RISE Admin" + button={{ text: "Logout", href: "/" }} /> -- 2.49.1 From 98a4f8aeecae95e0e390a5c5118903a91fca2506 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:25 +0000 Subject: [PATCH 3/6] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 6e3eb66..94cce11 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -8,18 +8,23 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; export default function AmenitiesPage() { return ( - + - + - + ); -- 2.49.1 From 46b1633549a7ef1685fcc2adb8bc7e69b13f210a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:25 +0000 Subject: [PATCH 4/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d7148e..fcef1c0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,15 +8,20 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function ContactPage() { return ( - + - + - + ); -- 2.49.1 From 7ab86c872dd4e01c816708285dae921cfbe1a9ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:26 +0000 Subject: [PATCH 5/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 76ec97d..212f77b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -8,16 +8,22 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller export default function GalleryPage() { return ( - + - - - + +
+ +
+
); -- 2.49.1 From 28ec7713976bfe3c5f8d950547ac20c710e2fcf0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:50:26 +0000 Subject: [PATCH 6/6] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 89d1685..c8cafa6 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -8,24 +8,19 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function RoomsPage() { return ( - + - -
+ +
- + ); -- 2.49.1