147 */
148 generateBasicAd(ad) {
149 if (!ad.imageUrl && !ad.clickUrl && !ad.title) return '';
150
151 const wrapperStart = ad.clickUrl ?
166 <div class="text-center">
167 ${ad.title ? `<h3 class="text-xl font-semibold text-gray-800 mb-4">${ad.title}</h3>` : ''}
168 ${ad.imageUrl ? `
169 <div class="mb-4">
170 <img src="${ad.imageUrl}"
171 alt="${ad.title || 'Advertisement'}"
172 class="max-w-full h-48 object-contain mx-auto rounded-lg shadow-sm"
405 <div class="text-center">
406 \${ad.title ? \`<h3 class="text-xl font-semibold text-gray-800 mb-4">\${ad.title}</h3>\` : ''}
407 \${ad.imageUrl ? \`
408 <div class="mb-4">
409 <img src="\${ad.imageUrl}"
410 alt="\${ad.title || 'Advertisement'}"
411 class="max-w-full h-48 object-contain mx-auto rounded-lg shadow-sm"