🎨 Create proper branded social media preview image

**Created Professional OG Image:**
- Dimensions: 1200x630 (optimal for social media)
- Branded design with company name and tagline
- Matches working example from user screenshot
- Includes: 'QUANTUM TASKS AI', 'SOLVING COMPLEXITY, QUANTUM FAST', 'POWERED BY NETCOP CONSULTANCY'
- Clean, professional layout with proper typography

**Updated Meta Tags:**
- Added cache-busting parameter ?v=branded to force refresh
- Both og:image and twitter:image updated
- Should now display rich branded preview instead of just text

**Result:** Social media sharing should now show the branded image like it was working before

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-08-16 15:30:15 +05:30
parent 35d93c54b6
commit 91b6a1f838
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -14,7 +14,7 @@
<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="{% block og_title %}Quantum Tasks AI - AI Platform{% endblock %}">
<meta property="og:description" content="{% block og_description %}Quantum Tasks AI - Advanced AI platform for automation and intelligent task management. Access powerful AI agents for your business needs.{% endblock %}">
<meta property="og:image" content="{% block og_image %}{% static 'img/og-image.png' %}{% endblock %}">
<meta property="og:image" content="{% block og_image %}{% static 'img/og-image.png' %}?v=branded{% endblock %}">
<meta property="og:url" content="{% block og_url %}{{ request.build_absolute_uri }}{% endblock %}">
<meta property="og:type" content="{% block og_type %}website{% endblock %}">
<meta property="og:site_name" content="Quantum Tasks AI">
@ -23,7 +23,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{% block twitter_title %}Quantum Tasks AI - AI Platform{% endblock %}">
<meta name="twitter:description" content="{% block twitter_description %}Quantum Tasks AI - Advanced AI platform for automation and intelligent task management. Access powerful AI agents for your business needs.{% endblock %}">
<meta name="twitter:image" content="{% block twitter_image %}{% static 'img/og-image.png' %}{% endblock %}">
<meta name="twitter:image" content="{% block twitter_image %}{% static 'img/og-image.png' %}?v=branded{% endblock %}">
<!-- Unified Font Loading - Single Source of Truth -->
<link rel="preconnect" href="https://fonts.googleapis.com">