diff --git a/src/components/homepage/FeaturedParks.tsx b/src/components/homepage/FeaturedParks.tsx
index 750a729b..57d0e423 100644
--- a/src/components/homepage/FeaturedParks.tsx
+++ b/src/components/homepage/FeaturedParks.tsx
@@ -145,7 +145,7 @@ export function FeaturedParks() {
- {topRated.data?.map((park) => (
+ {topRatedParks.map((park) => (
- {mostRides.data?.map((park) => (
+ {mostRidesParks.map((park) => (
([]);
@@ -370,21 +372,23 @@ export function SecurityTab() {
- {/* Two-Factor Authentication - Full Width */}
-
-
-
-
- Two-Factor Authentication
-
-
- Add an extra layer of security to your account with TOTP authentication
-
-
-
-
-
-
+ {/* Two-Factor Authentication - Full Width (Moderators+ Only) */}
+ {isModerator() && (
+
+
+
+
+ Two-Factor Authentication
+
+
+ Add an extra layer of security to your account with TOTP authentication
+
+
+
+
+
+
+ )}
{/* Active Sessions - Full Width */}