diff --git a/.DS_Store b/.DS_Store
index 0f06e70..77552bf 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/frontend-nextjs/app/components/Nav/LeftNavbarButtons.tsx b/frontend-nextjs/app/components/Nav/LeftNavbarButtons.tsx
index f9b48f3..4b95cff 100644
--- a/frontend-nextjs/app/components/Nav/LeftNavbarButtons.tsx
+++ b/frontend-nextjs/app/components/Nav/LeftNavbarButtons.tsx
@@ -1,5 +1,5 @@
import { Button } from "@/components/ui/button";
-import { Hospital, Sparkle, ChevronDown, Dog, Bird, Hop, Wand, Plus, Blocks, Gamepad2 } from "lucide-react";
+import { Home, Sparkle, ChevronDown, Dog, Bird, Hop, Plus, Blocks, Gamepad2 } from "lucide-react";
import {
DropdownMenuSeparator,
DropdownMenu,
@@ -34,21 +34,21 @@ export default function LeftNavbarButtons({ user }: LeftNavbarButtonsProps) {
return (
+
+
);
}
diff --git a/frontend-nextjs/app/components/Nav/NavbarButtons.tsx b/frontend-nextjs/app/components/Nav/NavbarButtons.tsx
index b0425fd..f70a8d0 100644
--- a/frontend-nextjs/app/components/Nav/NavbarButtons.tsx
+++ b/frontend-nextjs/app/components/Nav/NavbarButtons.tsx
@@ -45,13 +45,20 @@ const NavbarButtons: React.FC = ({
className="ml-4"
// className="bg-nav-bar rounded-full px-3"
>
-
)}
diff --git a/frontend-nextjs/app/favicon.ico b/frontend-nextjs/app/favicon.ico
index a820956..a5944ac 100644
Binary files a/frontend-nextjs/app/favicon.ico and b/frontend-nextjs/app/favicon.ico differ
diff --git a/frontend-nextjs/app/page.tsx b/frontend-nextjs/app/page.tsx
index 9c2e952..4ab9c56 100644
--- a/frontend-nextjs/app/page.tsx
+++ b/frontend-nextjs/app/page.tsx
@@ -9,6 +9,7 @@ import { CreateCharacterShowcase } from "./components/LandingPage/CreateCharacte
import ProductsSection from "./components/LandingPage/ProductsSection";
import Image from "next/image";
import { fetchGithubStars } from "./actions";
+import YoutubeDemo from "./components/LandingPage/YoutubeDemo";
export default async function LandingPage() {
const supabase = createClient();
@@ -114,7 +115,7 @@ export default async function LandingPage() {
-
+
{/* Products Section */}
diff --git a/frontend-nextjs/public/.DS_Store b/frontend-nextjs/public/.DS_Store
index 00f79c8..39b5ae7 100644
Binary files a/frontend-nextjs/public/.DS_Store and b/frontend-nextjs/public/.DS_Store differ