diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index ff4c6ea..24a4f34 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -2,6 +2,7 @@ import { useState, useEffect } from "react";
import { useQuery } from "@tanstack/react-query";
import { useRoute } from "wouter";
import { type Video } from "@shared/schema";
+import go4LogoPath from "@assets/go4_1756394900352.png";
// Helper functions
const formatViews = (views: number): string => {
if (views >= 1000000) return `${(views / 1000000).toFixed(1)}M`;
@@ -161,10 +162,78 @@ export default function VideoPage() {
{/* Background logo decorations */}
-
-
-
-
+
+
+
+
{/* Main video section */}
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 9606bd6..86d6ff1 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -3,6 +3,7 @@ import { useQuery } from "@tanstack/react-query";
import { type Video } from "@shared/schema";
import SearchHeader from "@/components/search-header";
import VideoGrid from "@/components/video-grid";
+import go4LogoPath from "@assets/go4_1756394900352.png";
interface VideosResponse {
@@ -85,14 +86,150 @@ export default function Home() {
{/* Background logo decorations - go4.video logos at different angles */}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
{/* Large geometric triangles */}
diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx
index 69940a4..4ba1db5 100644
--- a/client/src/pages/not-found.tsx
+++ b/client/src/pages/not-found.tsx
@@ -1,6 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
import { AlertCircle } from "lucide-react";
import { Button } from "@/components/ui/button";
+import go4LogoPath from "@assets/go4_1756394900352.png";
export default function NotFound() {
return (
@@ -38,9 +39,60 @@ export default function NotFound() {
{/* Background logo decorations */}
-
-
-
+
+
+
{/* 404 Content */}