Add a test image to the home page for debugging purposes

Adds a visible test image with a red border to the home page component (client/src/pages/home.tsx) for debugging.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/cm6R2E9
This commit is contained in:
sebastjanartic 2025-08-28 15:45:54 +00:00
parent 51662647b3
commit bf16f236a7

View File

@ -85,6 +85,21 @@ export default function Home() {
/> />
<main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 relative"> <main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 relative">
{/* DEBUG: Test slika - naj bo vidna */}
<img
src={go4LogoPath}
alt="go4 logo test"
style={{
position: 'absolute',
top: '10px',
left: '10px',
width: '200px',
height: '100px',
zIndex: 1000,
border: '2px solid red'
}}
/>
{/* Background logo decorations - ogromni go4.video logoti v ozadju */} {/* Background logo decorations - ogromni go4.video logoti v ozadju */}
{/* Zgoraj levo */} {/* Zgoraj levo */}
<div <div