diff --git a/attached_assets/targeted_element_1758419719251.png b/attached_assets/targeted_element_1758419719251.png new file mode 100644 index 00000000..09eede07 Binary files /dev/null and b/attached_assets/targeted_element_1758419719251.png differ diff --git a/backend/templates/home.html b/backend/templates/home.html index ccdc4216..e29c7aaf 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -76,7 +76,7 @@ {% if park.photos.first %} style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('{{ park.photos.first.image.url }}') center/cover no-repeat;" {% else %} - style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));" + style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);" {% endif %}>
@@ -96,7 +96,11 @@
{% empty %} -

No trending parks found.

+
+
🎢
+
No Parks Yet
+
Parks will appear here once they're added to the database
+
{% endfor %}
@@ -113,7 +117,7 @@ {% if ride.photos.first %} style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('{{ ride.photos.first.image.url }}') center/cover no-repeat;" {% else %} - style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));" + style="background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);" {% endif %}>
@@ -133,7 +137,11 @@
{% empty %} -

No trending rides found.

+
+
🎠
+
No Rides Yet
+
Rides will appear here once they're added to the database
+
{% endfor %}
@@ -191,7 +199,11 @@ {% endif %} {% empty %} -

No rated items found.

+
+
+
No Ratings Yet
+
Highest rated content will appear here once users start rating
+
{% endfor %}