diff --git a/attached_assets/go4_1756394900352.png b/attached_assets/go4_1756394900352.png new file mode 100644 index 0000000..8f9f298 Binary files /dev/null and b/attached_assets/go4_1756394900352.png differ diff --git a/client/src/index.css b/client/src/index.css index 1b44d68..0526f37 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -300,4 +300,46 @@ input[data-testid*="search"]::placeholder { border-bottom: 45px solid rgba(147, 51, 234, 0.08); transform: rotate(-15deg); z-index: 1; +} + +/* Background go4.video text decorations */ +.floating-triangles { + position: relative; + overflow: hidden; +} + +.bg-text-large { + position: absolute; + font-family: 'Inter', sans-serif; + font-weight: 800; + color: rgba(255, 255, 255, 0.015); + font-size: clamp(120px, 15vw, 220px); + pointer-events: none; + z-index: 0; + user-select: none; + white-space: nowrap; +} + +.bg-text-medium { + position: absolute; + font-family: 'Inter', sans-serif; + font-weight: 500; + color: rgba(255, 255, 255, 0.012); + font-size: clamp(80px, 10vw, 150px); + pointer-events: none; + z-index: 0; + user-select: none; + white-space: nowrap; +} + +.bg-text-small { + position: absolute; + font-family: 'Inter', sans-serif; + font-weight: 300; + color: rgba(255, 255, 255, 0.008); + font-size: clamp(50px, 6vw, 100px); + pointer-events: none; + z-index: 0; + user-select: none; + white-space: nowrap; } \ No newline at end of file diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 43a3ebd..c1687a8 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -159,8 +159,19 @@ export default function VideoPage() { -
-
+
+ {/* Background text decorations */} +
+ go4.video +
+
+ go4.video +
+
+ go4.video +
+ +
{/* Main video section */}
{/* Video player */} diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 01793dd..66318bb 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -84,6 +84,26 @@ export default function Home() { />
+ {/* Background text decorations - go4.video in different sizes */} +
+ go4.video +
+
+ go4.video +
+
+ go4.video +
+
+ go4.video +
+
+ go4.video +
+
+ go4.video +
+ {/* Large geometric triangles */}
diff --git a/client/src/pages/not-found.tsx b/client/src/pages/not-found.tsx index 427dbb5..6caa190 100644 --- a/client/src/pages/not-found.tsx +++ b/client/src/pages/not-found.tsx @@ -37,8 +37,16 @@ export default function NotFound() {
+ {/* Background text decorations */} +
+ go4.video +
+
+ go4.video +
+ {/* 404 Content */} -
+