diff --git a/src/components/homepage/ContentTabs.tsx b/src/components/homepage/ContentTabs.tsx index f620438b..0d255628 100644 --- a/src/components/homepage/ContentTabs.tsx +++ b/src/components/homepage/ContentTabs.tsx @@ -125,7 +125,7 @@ export function ContentTabs() {

Most Popular Parks

Highest rated theme parks worldwide

-
+
{popularParks.map((park) => ( ))} @@ -137,7 +137,7 @@ export function ContentTabs() {

Trending Parks

Most reviewed parks this month

-
+
{trendingParks.map((park) => ( ))} @@ -149,7 +149,7 @@ export function ContentTabs() {

Most Popular Rides

Highest rated attractions worldwide

-
+
{popularRides.map((ride) => ( ))} @@ -161,7 +161,7 @@ export function ContentTabs() {

Trending Rides

Most talked about attractions

-
+
{trendingRides.map((ride) => ( ))} @@ -173,7 +173,7 @@ export function ContentTabs() {

Recently Added Parks

Latest parks added to our database

-
+
{recentParks.map((park) => ( ))} @@ -185,7 +185,7 @@ export function ContentTabs() {

Recently Added Rides

Latest attractions added to our database

-
+
{recentRides.map((ride) => ( ))}