diff --git a/src/app/layout.js b/src/app/layout.js index aa884a0..f8e22df 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -37,7 +37,7 @@ export default function RootLayout({ children }) { {/* Main content area */} -
+
}> {children} diff --git a/src/components/Global/Sidebar.jsx b/src/components/Global/Sidebar.jsx index e8edae8..6dd9b46 100644 --- a/src/components/Global/Sidebar.jsx +++ b/src/components/Global/Sidebar.jsx @@ -7,16 +7,18 @@ import { HelpCircle, Info, Phone, Book, Rocket, TrendingUp } from 'lucide-react' const Sidebar = () => { const menuItems = [ - { href: "/RulesAndRegulations", label: "Rules and Regulations", icon: }, - { href: "/participationterms", label: "Participation Terms", icon: }, - { href: "/HelpCenter", label: "Help Center", icon: }, + { href: "/sandbox", label: "Sanbox", icon: }, + { href: "/moonshots", label: "Moonshots", icon: }, + { href: "/storytime", label: "Story Line", icon: }, { href: "/Contact", label: "Contact Us", icon: }, { href: "/innovate", label: "Innovate", icon: }, { href: "/growth", label: "Growth", icon: }, ]; return ( -