Created
June 19, 2025 04:06
-
-
Save Illumi666X/9bb9ab2556064a5566b5d73df182ef52 to your computer and use it in GitHub Desktop.
Social Media Card for Conversion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Social Media Post</title><script src="https://cdn.tailwindcss.com"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"><style>body{font-family:'Inter',sans-serif;}</style></head><body><div class="w-screen h-screen relative flex flex-col items-center justify-center text-center p-16 bg-[#004d4d] text-white"><i class="fas fa-globe text-6xl mb-6 text-[#66b2b2]"></i><h1 class="text-4xl font-bold mb-4">Is your clinic's digital visibility stuck in traffic?</h1><p class="text-2xl mb-8">In 2025, patients are searching for you online.</p><p class="text-xl leading-relaxed max-w-2xl">Think of SEM as your clinic's digital billboard on the busiest highway. When someone searches for "dentist near me" or "urgent care," your clinic's ad can be right there at the top!</p><div class="absolute bottom-8 right-8 text-lg text-gray-300">@sachistudio</div></div></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment