FEAT: Added AGOG Logo to Homepage

This commit is contained in:
evan
2025-01-27 02:42:27 +00:00
parent ff9feaacec
commit 56c462c94b
6 changed files with 22 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ import Navbar from "../components/Layout/Navbar";
import StreamListRow from "../components/Layout/StreamListRow";
import { useNavigate } from "react-router-dom";
import { useStreams } from "../context/StreamsContext";
import Name from "../components/Layout/Name";
const HomePage: React.FC = () => {
const { featuredStreams, featuredCategories } = useStreams();
@@ -20,6 +21,7 @@ const HomePage: React.FC = () => {
style={{ backgroundImage: "url(/images/background-pattern.svg)" }}
>
<Navbar variant="home" />
<Name></Name>
<StreamListRow
title="Live Now"