diff --git a/frontend/public/cupcake.png b/frontend/public/cupcake.png new file mode 100644 index 0000000..97029d2 Binary files /dev/null and b/frontend/public/cupcake.png differ diff --git a/frontend/public/rainbow.png b/frontend/public/rainbow.png new file mode 100644 index 0000000..c58abf2 Binary files /dev/null and b/frontend/public/rainbow.png differ diff --git a/frontend/public/unicorn-talking.png b/frontend/public/unicorn-talking.png new file mode 100644 index 0000000..680e4b2 Binary files /dev/null and b/frontend/public/unicorn-talking.png differ diff --git a/frontend/public/video-marketing.png b/frontend/public/video-marketing.png new file mode 100644 index 0000000..b01c284 Binary files /dev/null and b/frontend/public/video-marketing.png differ diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index 6ae8e88..a08e7e4 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -4,7 +4,7 @@ export function Footer() {
-

Rainbow, Cupcakes and Unicorns

+

Rainbows, Cupcakes and Unicorns

Making education and fun accessible for every child, completely free.

@@ -52,7 +52,7 @@ export function Footer() {
-

© 2025 PlayLearn. Free learning for all children. No ads, no logins, no worries! 🎓

+

© 2025 Rainbows, Cupcakes and Unicorns. Free learning for all children. No ads, no logins, no worries! 🎓

diff --git a/frontend/src/components/Navbar/Navbar.tsx b/frontend/src/components/Navbar/Navbar.tsx index ef812c8..1787c6b 100644 --- a/frontend/src/components/Navbar/Navbar.tsx +++ b/frontend/src/components/Navbar/Navbar.tsx @@ -72,9 +72,17 @@ export function Navbar() {
- 🌈 -

Rainbow, Cupcakes & Unicorns

- 🧁 + Rainbow +

Rainbows, Cupcakes & Unicorns

+ Cupcake
diff --git a/frontend/src/components/VideoGrid/VideoGrid.tsx b/frontend/src/components/VideoGrid/VideoGrid.tsx index a46143e..7b115ce 100644 --- a/frontend/src/components/VideoGrid/VideoGrid.tsx +++ b/frontend/src/components/VideoGrid/VideoGrid.tsx @@ -76,7 +76,7 @@ export function VideoGrid({ @@ -98,10 +98,10 @@ export function VideoGrid({ diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index dbeb946..acb9e43 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -44,7 +44,23 @@ export function LandingPage() { } }} > -
{emoji}
+
+ {app.id === 'videos' ? ( + Video App + ) : app.id === 'speechsounds' ? ( + Speech Sounds + ) : ( + {emoji} + )} +

{app.name}

{app.description}