diff --git a/src/components/rides/CoasterStatistics.tsx b/src/components/rides/CoasterStatistics.tsx index f50dbd77..c3d8b3ff 100644 --- a/src/components/rides/CoasterStatistics.tsx +++ b/src/components/rides/CoasterStatistics.tsx @@ -64,7 +64,7 @@ export const CoasterStatistics = ({ statistics }: CoasterStatisticsProps) => {

{category}

-
+
{stats .sort((a, b) => a.display_order - b.display_order) .map((stat) => ( diff --git a/src/components/rides/RecentPhotosPreview.tsx b/src/components/rides/RecentPhotosPreview.tsx index 95729c9b..c230f40a 100644 --- a/src/components/rides/RecentPhotosPreview.tsx +++ b/src/components/rides/RecentPhotosPreview.tsx @@ -66,7 +66,7 @@ export function RecentPhotosPreview({ rideId, onViewAll }: RecentPhotosPreviewPr -
+
{photos.map((photo) => (
Ride Highlights -
+
{highlights.map((highlight, index) => (
{highlight.icon}
diff --git a/src/components/rides/SimilarRides.tsx b/src/components/rides/SimilarRides.tsx index a1a04f8e..776fcb39 100644 --- a/src/components/rides/SimilarRides.tsx +++ b/src/components/rides/SimilarRides.tsx @@ -79,7 +79,7 @@ export function SimilarRides({ currentRideId, parkId, parkSlug, category }: Simi Similar Rides You Might Enjoy -
+
{rides.map((ride) => ( {category} -
+
{specs .sort((a, b) => a.display_order - b.display_order) .map((spec) => ( diff --git a/src/pages/DesignerDetail.tsx b/src/pages/DesignerDetail.tsx index 4ca2cda7..15474cbd 100644 --- a/src/pages/DesignerDetail.tsx +++ b/src/pages/DesignerDetail.tsx @@ -200,7 +200,7 @@ export default function DesignerDetail() {
{/* Company Info */} -
+
{designer.founded_year && ( diff --git a/src/pages/ManufacturerDetail.tsx b/src/pages/ManufacturerDetail.tsx index 35b0dd12..25adbdce 100644 --- a/src/pages/ManufacturerDetail.tsx +++ b/src/pages/ManufacturerDetail.tsx @@ -202,7 +202,7 @@ export default function ManufacturerDetail() {
{/* Company Info */} -
+
{manufacturer.founded_year && ( diff --git a/src/pages/OperatorDetail.tsx b/src/pages/OperatorDetail.tsx index c9983ae8..f4bb34c9 100644 --- a/src/pages/OperatorDetail.tsx +++ b/src/pages/OperatorDetail.tsx @@ -229,7 +229,7 @@ export default function OperatorDetail() {
{/* Company Info */} -
+
{operator.founded_year && ( @@ -292,13 +292,13 @@ export default function OperatorDetail() {
{parksLoading ? ( -
+
{[1, 2, 3].map((i) => (
))}
) : parks.length > 0 ? ( -
+
{parks.map((park) => ( ))} diff --git a/src/pages/ParkDetail.tsx b/src/pages/ParkDetail.tsx index 24c06755..c54e0cd0 100644 --- a/src/pages/ParkDetail.tsx +++ b/src/pages/ParkDetail.tsx @@ -282,11 +282,11 @@ export default function ParkDetail() {
{/* Quick Stats */} -
+
{/* Background decorative elements */}
-
+
{/* Total Rides */}
@@ -388,8 +388,8 @@ export default function ParkDetail() { Featured Rides -
- {rides.slice(0, 4).map(ride => ( +
+ {rides.slice(0, 6).map(ride => ( ))}
- {rides.length > 4 && ( + {rides.length > 6 && (