diff --git a/src/pages/Designers.tsx b/src/pages/Designers.tsx index a98ad19e..dade2dc1 100644 --- a/src/pages/Designers.tsx +++ b/src/pages/Designers.tsx @@ -106,22 +106,36 @@ export default function Designers() {
{/* Page Header */}
-
-
- -

Designers

-
- {(user && isModerator()) && ( - - )} +
+ +

Designers

-

+

Explore the designers behind your favorite rides and attractions

-
- {filteredCompanies.length} designers found + +
+
+ + {filteredCompanies.length} designers + +
+ +
+ +
diff --git a/src/pages/Operators.tsx b/src/pages/Operators.tsx index 2fc0fe98..8e5f122d 100644 --- a/src/pages/Operators.tsx +++ b/src/pages/Operators.tsx @@ -84,15 +84,27 @@ const Operators = () => {
-
-
- + {/* Page Header */} +
+
+ +

Park Operators

-
-

Park Operators

-

- Discover companies that operate theme parks -

+

+ Discover companies that operate theme parks +

+ +
+
+ + {filteredAndSortedOperators?.length || 0} operators + + {searchTerm && ( + + Searching: "{searchTerm}" + + )} +
@@ -135,19 +147,6 @@ const Operators = () => {
- {/* Results Count */} -
-
- - {filteredAndSortedOperators?.length || 0} park operators - - {searchTerm && ( - - Searching: "{searchTerm}" - - )} -
-
{/* Loading State */} {isLoading && ( diff --git a/src/pages/ParkOwners.tsx b/src/pages/ParkOwners.tsx index a7f5cec7..93faaadb 100644 --- a/src/pages/ParkOwners.tsx +++ b/src/pages/ParkOwners.tsx @@ -84,15 +84,27 @@ const ParkOwners = () => {
-
-
- + {/* Page Header */} +
+
+ +

Property Owners

-
-

Property Owners

-

- Discover companies that own and manage theme parks -

+

+ Discover companies that own and manage theme parks +

+ +
+
+ + {filteredAndSortedOwners?.length || 0} property owners + + {searchTerm && ( + + Searching: "{searchTerm}" + + )} +
@@ -135,19 +147,6 @@ const ParkOwners = () => {
- {/* Results Count */} -
-
- - {filteredAndSortedOwners?.length || 0} property owners - - {searchTerm && ( - - Searching: "{searchTerm}" - - )} -
-
{/* Loading State */} {isLoading && ( diff --git a/src/pages/Rides.tsx b/src/pages/Rides.tsx index 55663a90..a99417fd 100644 --- a/src/pages/Rides.tsx +++ b/src/pages/Rides.tsx @@ -116,15 +116,22 @@ export default function Rides() { {/* Page Header */}
- +

Rides & Attractions

-

+

Explore amazing rides and attractions from theme parks worldwide

-
- {filteredRides.length} rides found - {rides.filter(r => r.category === 'roller_coaster').length} roller coasters + +
+
+ + {filteredRides.length} rides + + + {rides.filter(r => r.category === 'roller_coaster').length} coasters + +