<svg width="1200" height="630" viewBox="0 0 1200 630" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" style="stop-color:#1d1f21;stop-opacity:1" /> <stop offset="100%" style="stop-color:#2bbc8a;stop-opacity:0.1" /> </linearGradient> <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> <feDropShadow dx="0" dy="4" stdDeviation="8" flood-color="#000000" flood-opacity="0.3"/> </filter> </defs> <!-- Background --> <rect width="1200" height="630" fill="url(#bg)"/> <!-- Decorative elements --> <circle cx="1000" cy="150" r="50" fill="#2bbc8a" opacity="0.3"/> <circle cx="1100" cy="250" r="30" fill="#2bbc8a" opacity="0.2"/> <circle cx="950" cy="350" r="40" fill="#2bbc8a" opacity="0.1"/> <!-- Content --> <g transform="translate(100, 150)"> <!-- Title --> <text x="0" y="0" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="#2bbc8a" filter="url(#shadow)"> Default Title </text> <!-- Description --> <text x="0" y="80" font-family="Arial, sans-serif" font-size="24" fill="#ffffff" opacity="0.9"> </text> <!-- Author and Date --> <text x="0" y="140" font-family="Arial, sans-serif" font-size="18" fill="#cccccc"> By </text> <!-- Tags --> <!-- Site info --> <text x="0" y="220" font-family="Arial, sans-serif" font-size="14" fill="#666666"> kapatos.com </text> </g> </svg>