Merge version_2 into main #2
@@ -2,8 +2,8 @@
|
||||
|
||||
import { useState } from "react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { NavbarLayoutFloatingOverlay } from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import { FooterCard } from "@/components/sections/footer/FooterCard";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Facebook } from "lucide-react";
|
||||
|
||||
export default function AdminPanelPage() {
|
||||
@@ -26,6 +26,10 @@ export default function AdminPanelPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay navItems={[{ name: "Home", id: "/" }]} />
|
||||
</div>
|
||||
|
||||
<div className="min-h-screen pt-24 pb-12 px-6 max-w-7xl mx-auto">
|
||||
<h1 className="text-4xl font-bold mb-8">Panel Administracyjny</h1>
|
||||
|
||||
@@ -46,13 +50,15 @@ export default function AdminPanelPage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<FooterCard
|
||||
logoText="Bar Bursztyn"
|
||||
copyrightText="© 2025 Bar Bursztyn Żory"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Bar Bursztyn"
|
||||
copyrightText="© 2025 Bar Bursztyn Żory"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user