export default function TestImagePage() { return (

Test Background Image

{/* Test 1: Direct img tag */}

Test 1: Direct img tag

test
{/* Test 2: CSS background-image */}

Test 2: CSS background-image

{/* Test 3: Absolute positioning */}

Test 3: Absolute positioning (like hero section)

); }