import Image from 'next/image';
export default function TestImagePage() {
return (
Test Background Image
{/* Test 1: Direct img tag */}
Test 1: Direct Image component
{/* Test 2: CSS background-image */}
Test 2: CSS background-image
{/* Test 3: Absolute positioning */}
Test 3: Absolute positioning (like hero section)
);
}