From 6b1225d69771bcb851c256a107120f4927a1cfb4 Mon Sep 17 00:00:00 2001 From: Mike McGhen Date: Mon, 25 Aug 2025 14:17:56 -0400 Subject: [PATCH] Redesign Home page with animated landing UI Replaces the default Home page with a visually engaging landing page featuring animated floating icons, a hero section, and styled call-to-action buttons for searching movies and TV shows. Adds custom CSS for gradients, animations, and responsive design to enhance user experience. --- MovieActorLookup/Components/Pages/Home.razor | 376 ++++++++++++++++++- 1 file changed, 373 insertions(+), 3 deletions(-) diff --git a/MovieActorLookup/Components/Pages/Home.razor b/MovieActorLookup/Components/Pages/Home.razor index 9001e0b..8c912fb 100644 --- a/MovieActorLookup/Components/Pages/Home.razor +++ b/MovieActorLookup/Components/Pages/Home.razor @@ -1,7 +1,377 @@ @page "/" +I Know Them! -Home +
+
+
🎬
+
📺
+
🎭
+
🌟
+
🎪
+
🎯
+
🎨
+
🎵
+
🎮
+
-

Hello, world!

+
+
+

Welcome to I Know Them!

+

Ever watched a movie or show and thought, "I know that actor from somewhere..."?

+

This app helps you quickly identify actors, find out what else they've been in, and explore cast details for your favorite movies and TV shows.

+
+ 🎬 Search Movies + 📺 Search TV Shows +
+
+
-Welcome to your new app. + \ No newline at end of file