Update src/app/week-planning/page.tsx

This commit is contained in:
2026-03-27 09:11:59 +00:00
parent df1b90db2d
commit 5edde0b6df

View File

@@ -13,10 +13,11 @@ export default function WeekPlanningPage() {
{ name: "Meeting Notes", id: "meeting-notes" },
{ name: "People & Regions", id: "people-regions" },
],
button: { text: "Sign In", href: "/login" }
};
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<div id="nav" data-section="nav">
<NavbarStyleCentered {...navProps} />
</div>