diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8ad0c04..bff55c6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1393,4 +1393,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 81c13c3..558bae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { { name: "Events", id: "events" }, { name: "Contact", id: "contact" }, ]} + navItemClassName="text-white" /> @@ -287,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file