diff --git a/src/pages/ParkDetail.tsx b/src/pages/ParkDetail.tsx
index 8fe95cc6..f89e646b 100644
--- a/src/pages/ParkDetail.tsx
+++ b/src/pages/ParkDetail.tsx
@@ -224,51 +224,51 @@ export default function ParkDetail() {
{/* Background decorative elements */}
-
+
{/* Total Rides */}
-
-
-
-
+
+
+
+
-
+
{park.ride_count}
-
Total Rides
+
Total Rides
{/* Roller Coasters */}
-
-
-
-
+
+
+
+
-
+
{park.coaster_count}
-
Roller Coasters
+
Roller Coasters
{/* Reviews */}
-
-
-
-
+
+
+
+
-
+
{park.review_count}
-
Reviews
+
Reviews
{park.average_rating > 0 && (
-
-
+
+
{park.average_rating.toFixed(1)}
@@ -280,15 +280,15 @@ export default function ParkDetail() {
{/* Park Type */}
-
-
-
-
+
+
+
+
{getParkTypeIcon(park.park_type)}
- {formatParkType(park.park_type)}
- Park Type
+ {formatParkType(park.park_type)}
+ Park Type