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 ( - + - + - + ); 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: "/" }} /> 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 ( - + - + - + ); 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 ( - + - + - + ); 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 ( - + - - - + +
+ +
+
); 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 ( - + - -
+ +
- + );