saurav384 commited on
Commit
4931009
·
verified ·
1 Parent(s): fcd0210

Upload 11 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Other/LOGO.png filter=lfs diff=lfs merge=lfs -text
Other/.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ metaenv
2
+ data.pkl
3
+ basic.ipynb
4
+ check.ipynb
5
+ 4 powerful modules.docx
Other/4 powerful modules.docx ADDED
Binary file (32.8 kB). View file
 
Other/LOGO.png ADDED

Git LFS Details

  • SHA256: 637dc9a85d9643290c0559674903107c94e2caec581a6b1a677d110614131c68
  • Pointer size: 131 Bytes
  • Size of remote file: 347 kB
Other/Previous UIs Options.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c430e3e3f089b497eebb7ef5e05196b2f79f8d5821214b988e948ec33c12ec33
3
+ size 70026
Other/Team.docx ADDED
Binary file (32.6 kB). View file
 
Other/app.py ADDED
File without changes
Other/basic.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
Other/check.ipynb ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 1,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": [
9
+ "import pickle\n",
10
+ "\n",
11
+ "with open(\"data.pkl\", \"rb\") as f:\n",
12
+ " data = pickle.load(f)"
13
+ ]
14
+ },
15
+ {
16
+ "cell_type": "code",
17
+ "execution_count": 2,
18
+ "metadata": {},
19
+ "outputs": [
20
+ {
21
+ "data": {
22
+ "text/plain": [
23
+ "['Always and Forever 💫✨️Year after year... Life after life 😘🫶\\n.\\n.\\nJewelry: @srivajrajewelers\\nSaree: @mrikanda_by_anya\\nBeautiful photography by @umaphotosva\\n.\\n.\\n#fashioninfluencer #styleblogger #fashioninspiration #stylist #styleinspiration #fashionblogger #kotasarees #Peach #pastels\\n#springvibes #springfashion #springflowers #peachvibes',\n",
24
+ " 'DM for saree details✨️\\n\\n#houseofleelakrishna',\n",
25
+ " 'Bold, auspicious, and steeped in tradition \\nOur Red Gharchola Gaji Saree is a timeless ode to Gujarati heritage. Crafted in rich gaji silk, highlighted with classic gharchola checks and adorned with intricate gota patti handwork, this saree embodies celebration, grace, and legacy.\\nA perfect drape for weddings, bridal rituals, and grand festivities — where every fold tells a story of tradition and pride.\\nDM to shop 💌\\n#GajiSilkSaree #GharcholaSaree #GotaPattiWork #FestiveWear #EleganttDrapes']"
26
+ ]
27
+ },
28
+ "execution_count": 2,
29
+ "metadata": {},
30
+ "output_type": "execute_result"
31
+ }
32
+ ],
33
+ "source": [
34
+ "data[0:3]"
35
+ ]
36
+ },
37
+ {
38
+ "cell_type": "code",
39
+ "execution_count": null,
40
+ "metadata": {},
41
+ "outputs": [],
42
+ "source": []
43
+ }
44
+ ],
45
+ "metadata": {
46
+ "kernelspec": {
47
+ "display_name": "Python 3",
48
+ "language": "python",
49
+ "name": "python3"
50
+ },
51
+ "language_info": {
52
+ "codemirror_mode": {
53
+ "name": "ipython",
54
+ "version": 3
55
+ },
56
+ "file_extension": ".py",
57
+ "mimetype": "text/x-python",
58
+ "name": "python",
59
+ "nbconvert_exporter": "python",
60
+ "pygments_lexer": "ipython3",
61
+ "version": "3.11.4"
62
+ }
63
+ },
64
+ "nbformat": 4,
65
+ "nbformat_minor": 2
66
+ }
Other/data.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae29ab0a410109b20f671fa06b2d1fb77cc45dab17103bfb851ee9bd5e91884
3
+ size 11638
backend/requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
frontend/index.html ADDED
@@ -0,0 +1,1097 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI-Powered Meta Ads Intelligence & Optimization Platform</title>
7
+
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
10
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
11
+
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
14
+
15
+ * {
16
+ font-family: 'Inter', sans-serif;
17
+ }
18
+
19
+ /* Reset anchor text decoration */
20
+ a { text-decoration: none; }
21
+
22
+ /* Custom Styles */
23
+ .glass-effect {
24
+ background: rgba(255, 255, 255, 0.05);
25
+ backdrop-filter: blur(20px);
26
+ border: 1px solid rgba(255, 255, 255, 0.1);
27
+ box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
28
+ }
29
+
30
+ .glass-input {
31
+ background: rgba(255, 255, 255, 0.05);
32
+ border: 1px solid rgba(255, 255, 255, 0.1);
33
+ color: white;
34
+ }
35
+ .glass-input:focus {
36
+ background: rgba(255, 255, 255, 0.1);
37
+ border-color: #a78bfa;
38
+ outline: none;
39
+ box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.2);
40
+ }
41
+
42
+ .animate-float {
43
+ animation: float 6s ease-in-out infinite;
44
+ }
45
+
46
+ @keyframes float {
47
+ 0%, 100% { transform: translateY(0px); }
48
+ 50% { transform: translateY(-10px); }
49
+ }
50
+
51
+ .gradient-text {
52
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
53
+ -webkit-background-clip: text;
54
+ -webkit-text-fill-color: transparent;
55
+ background-clip: text;
56
+ }
57
+
58
+ .card-hover {
59
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
60
+ }
61
+
62
+ .card-hover:hover {
63
+ transform: translateY(-8px);
64
+ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
65
+ }
66
+
67
+ .metric-card {
68
+ background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
69
+ }
70
+
71
+ .ribbon {
72
+ position: absolute;
73
+ top: 0;
74
+ right: 0;
75
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
76
+ color: white;
77
+ padding: 5px 15px;
78
+ font-size: 0.8rem;
79
+ font-weight: bold;
80
+ border-bottom-left-radius: 10px;
81
+ border-top-right-radius: 1.5rem;
82
+ }
83
+ </style>
84
+ </head>
85
+ <body class="bg-gradient-to-br from-slate-900 via-purple-900 to-slate-900 min-h-screen overflow-x-hidden text-white">
86
+
87
+ <nav class="fixed w-full z-50 glass-effect border-b border-white/10">
88
+ <div class="max-w-7xl mx-auto px-6 py-4">
89
+ <div class="flex items-center justify-between">
90
+ <div class="flex items-center space-x-3 cursor-pointer" onclick="openModule('home')">
91
+ <div class="w-10 h-10 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl flex items-center justify-center">
92
+ <span class="text-white font-bold text-xl">AI</span>
93
+ </div>
94
+ <span class="text-2xl font-bold gradient-text">MetaAds AI</span>
95
+ </div>
96
+ <div class="hidden xl:flex items-center space-x-6">
97
+ <a href="#gen-studio" class="text-white/70 hover:text-white transition-all text-sm font-medium" onclick="openModule('gen-studio')">Generation Studio</a>
98
+ <a href="#modules" class="text-white/70 hover:text-white transition-all text-sm font-medium" onclick="openModule('modules')">Intelligence Modules</a>
99
+ <a href="#ads-manager" class="text-white/70 hover:text-white transition-all text-sm font-medium" onclick="openModule('ads-manager')">Ads Manager</a>
100
+ <a href="#content-studio" class="text-white/70 hover:text-white transition-all text-sm font-medium" onclick="openModule('content-studio')">Integrations</a>
101
+ <a href="#pricing" class="text-white/70 hover:text-white transition-all text-sm font-medium" onclick="openModule('pricing')">Pricing</a>
102
+ <a href="#account" class="px-4 py-2 rounded-lg bg-white/10 hover:bg-white/20 text-white transition-all text-sm font-medium border border-white/20" onclick="openModule('account')">
103
+ My Account
104
+ </a>
105
+ </div>
106
+ <button class="xl:hidden text-white" onclick="document.getElementById('mobile-menu').classList.toggle('hidden')">
107
+ <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
108
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
109
+ </svg>
110
+ </button>
111
+ </div>
112
+ <div id="mobile-menu" class="hidden xl:hidden mt-4 pb-4 space-y-3 bg-slate-900/90 p-4 rounded-xl border border-white/10">
113
+ <a href="#" class="block text-white/80 hover:text-white" onclick="openModule('gen-studio'); document.getElementById('mobile-menu').classList.add('hidden')">Generation Studio</a>
114
+ <a href="#" class="block text-white/80 hover:text-white" onclick="openModule('modules'); document.getElementById('mobile-menu').classList.add('hidden')">Intelligence Modules</a>
115
+ <a href="#" class="block text-white/80 hover:text-white" onclick="openModule('ads-manager'); document.getElementById('mobile-menu').classList.add('hidden')">Ads Manager</a>
116
+ <a href="#" class="block text-white/80 hover:text-white" onclick="openModule('content-studio'); document.getElementById('mobile-menu').classList.add('hidden')">Integrations</a>
117
+ <a href="#" class="block text-white/80 hover:text-white" onclick="openModule('pricing'); document.getElementById('mobile-menu').classList.add('hidden')">Pricing</a>
118
+ </div>
119
+ </div>
120
+ </nav>
121
+
122
+ <section id="hero-section" class="pt-32 pb-24 relative overflow-hidden">
123
+ <div class="absolute inset-0 bg-gradient-to-r from-blue-500/20 via-purple-500/20 to-pink-500/20 animate-pulse"></div>
124
+ <div class="max-w-7xl mx-auto px-6 text-center relative z-10">
125
+ <h1 class="text-5xl md:text-7xl font-bold text-white mb-8 leading-tight">
126
+ AI-Powered Meta Ads
127
+ <span class="block gradient-text text-6xl md:text-8xl">Intelligence Platform</span>
128
+ </h1>
129
+ <p class="text-xl md:text-2xl text-white/80 max-w-3xl mx-auto mb-12 leading-relaxed">
130
+ Predict performance, spy on competitors, detect ad fatigue, and optimize copy with
131
+ <span class="gradient-text font-semibold">enterprise-grade AI</span>
132
+ </p>
133
+ <div class="flex flex-col sm:flex-row gap-4 justify-center items-center max-w-2xl mx-auto">
134
+ <button onclick="openModule('pricing')" class="bg-gradient-to-r from-blue-500 to-purple-600 text-white px-12 py-4 rounded-2xl font-semibold text-lg card-hover shadow-2xl hover:shadow-purple-500/25 hover:scale-105 transition-all duration-300 border-0">
135
+ Get Started
136
+ </button>
137
+ <button onclick="openModule('modules')" class="border-2 border-white/30 text-white px-12 py-4 rounded-2xl font-semibold text-lg backdrop-blur-sm card-hover hover:border-white/50 transition-all duration-300">
138
+ Explore Modules
139
+ </button>
140
+ </div>
141
+ </div>
142
+ <div class="absolute -bottom-40 right-0 w-96 h-96 bg-blue-500/10 rounded-full blur-3xl animate-float"></div>
143
+ <div class="absolute -top-40 left-20 w-80 h-80 bg-purple-500/10 rounded-full blur-3xl animate-pulse" style="animation-delay: -3s;"></div>
144
+ </section>
145
+
146
+ <section id="gen-studio" class="py-32 hidden relative">
147
+ <div class="max-w-5xl mx-auto px-6">
148
+ <div class="text-center mb-12">
149
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Content Generation Studio</h2>
150
+ <p class="text-xl text-white/80">Create high-performing content for organic growth or paid scaling.</p>
151
+ </div>
152
+
153
+ <div class="glass-effect rounded-3xl border border-white/10 overflow-hidden">
154
+ <div class="flex border-b border-white/10">
155
+ <button onclick="switchGenTab('general')" id="tab-gen-general" class="flex-1 py-6 text-center text-lg font-bold text-white bg-white/10 border-b-2 border-blue-500 transition-all hover:bg-white/15">
156
+ 📝 General Post Creation
157
+ </button>
158
+ <button onclick="switchGenTab('paid')" id="tab-gen-paid" class="flex-1 py-6 text-center text-lg font-bold text-white/60 hover:text-white hover:bg-white/5 transition-all">
159
+ 🚀 Paid Post Creation
160
+ </button>
161
+ </div>
162
+
163
+ <div class="p-10">
164
+ <div id="content-general" class="space-y-6">
165
+ <div class="bg-blue-500/10 border border-blue-500/20 p-4 rounded-xl mb-6">
166
+ <h4 class="text-blue-400 font-bold mb-1">Organic Growth Mode</h4>
167
+ <p class="text-sm text-white/70">Optimized for engagement, shares, and community building.</p>
168
+ </div>
169
+ <div>
170
+ <label class="block text-white/70 text-sm font-medium mb-2">Topic or Occasion</label>
171
+ <input type="text" class="w-full glass-input rounded-xl px-4 py-3" placeholder="e.g. World Environment Day, New Team Member...">
172
+ </div>
173
+ <div>
174
+ <label class="block text-white/70 text-sm font-medium mb-2">Target Audience</label>
175
+ <input type="text" class="w-full glass-input rounded-xl px-4 py-3" placeholder="e.g. Existing followers, Industry peers...">
176
+ </div>
177
+ <button class="w-full bg-gradient-to-r from-blue-500 to-indigo-600 text-white font-bold py-4 rounded-xl shadow-lg hover:scale-[1.01] transition-all">
178
+ ✨ Generate General Caption
179
+ </button>
180
+ </div>
181
+
182
+ <div id="content-paid" class="hidden space-y-6">
183
+ <div class="bg-purple-500/10 border border-purple-500/20 p-4 rounded-xl mb-6">
184
+ <h4 class="text-purple-400 font-bold mb-1">Paid Ad Scaling Mode</h4>
185
+ <p class="text-sm text-white/70">Optimized for conversions, CTR, and ROAS.</p>
186
+ </div>
187
+
188
+ <div>
189
+ <label class="block text-white/70 text-sm font-medium mb-2">Access Tocken</label>
190
+ <input type="text" class="w-full glass-input rounded-xl px-4 py-3" placeholder="Enter Your Access Tocken here:">
191
+ </div>
192
+ <br>
193
+ <div>
194
+ <label class="block text-white/70 text-sm font-medium mb-2">Seaech Related ADS</label>
195
+ <input type="text" class="w-full glass-input rounded-xl px-4 py-3" placeholder="e.g: Laxmipati Saree">
196
+ </div>
197
+ <br>
198
+
199
+ <div class="grid md:grid-cols-2 gap-6">
200
+ <div>
201
+ <label class="block text-white/70 text-sm font-medium mb-2">Product / Offer</label>
202
+ <input type="text" class="w-full glass-input rounded-xl px-4 py-3" placeholder="e.g. 50% Off Summer Sale">
203
+ </div>
204
+ <div>
205
+ <label class="block text-white/70 text-sm font-medium mb-2">Campaign Objective</label>
206
+ <select class="w-full glass-input rounded-xl px-4 py-3 bg-slate-800">
207
+ <option>Sales (Conversion)</option>
208
+ <option>Leads</option>
209
+ <option>Traffic</option>
210
+ </select>
211
+ </div>
212
+ </div>
213
+ <div>
214
+ <label class="block text-white/70 text-sm font-medium mb-2">Key Selling Points</label>
215
+ <textarea class="w-full glass-input rounded-xl px-4 py-3 h-24 resize-none" placeholder="Free shipping, Limited time, Best seller..."></textarea>
216
+ </div>
217
+ <button class="w-full bg-gradient-to-r from-purple-500 to-pink-600 text-white font-bold py-4 rounded-xl shadow-lg hover:scale-[1.01] transition-all">
218
+ 💰 Generate Ad Caption
219
+ </button>
220
+ </div>
221
+
222
+ <div class="mt-8 pt-8 border-t border-white/10">
223
+ <label class="block text-white/70 text-sm font-medium mb-2">Generated Output</label>
224
+ <div class="bg-black/30 rounded-xl p-6 min-h-[150px] border border-white/5 text-white/60 italic flex items-center justify-center">
225
+ AI generated content will appear here...
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ </section>
232
+
233
+ <section id="modules" class="py-16 relative">
234
+ <div class="max-w-7xl mx-auto px-6">
235
+ <div class="text-center mb-16">
236
+ <h2 class="text-4xl md:text-6xl font-bold text-white mb-6">4 Powerful AI Modules</h2>
237
+ <p class="text-xl text-white/80 max-w-2xl mx-auto">All integrated into one seamless platform</p>
238
+ </div>
239
+
240
+ <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
241
+ <div class="group card-hover glass-effect rounded-3xl p-10 h-64 flex flex-col justify-between cursor-pointer" onclick="openModule('predictor')">
242
+ <div class="w-20 h-20 bg-gradient-to-r from-blue-500 to-blue-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
243
+ <span class="text-3xl">🎯</span>
244
+ </div>
245
+ <div>
246
+ <h3 class="text-2xl font-bold text-white mb-2">Ad Predictor</h3>
247
+ <p class="text-white/70 text-lg">Score ads before launch</p>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="group card-hover glass-effect rounded-3xl p-10 h-64 flex flex-col justify-between cursor-pointer" onclick="openModule('competitors')">
252
+ <div class="w-20 h-20 bg-gradient-to-r from-green-500 to-green-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
253
+ <span class="text-3xl">🕵️</span>
254
+ </div>
255
+ <div>
256
+ <h3 class="text-2xl font-bold text-white mb-2">Competitor Intel</h3>
257
+ <p class="text-white/70 text-lg">Spy on winning strategies</p>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="group card-hover glass-effect rounded-3xl p-10 h-64 flex flex-col justify-between cursor-pointer" onclick="openModule('fatigue')">
262
+ <div class="w-20 h-20 bg-gradient-to-r from-orange-500 to-orange-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
263
+ <span class="text-3xl">📉</span>
264
+ </div>
265
+ <div>
266
+ <h3 class="text-2xl font-bold text-white mb-2">Fatigue Detector</h3>
267
+ <p class="text-white/70 text-lg">Prevent performance drops</p>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="group card-hover glass-effect rounded-3xl p-10 h-64 flex flex-col justify-between cursor-pointer" onclick="openModule('optimizer')">
272
+ <div class="w-20 h-20 bg-gradient-to-r from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
273
+ <span class="text-3xl">✨</span>
274
+ </div>
275
+ <div>
276
+ <h3 class="text-2xl font-bold text-white mb-2">Copy Optimizer</h3>
277
+ <p class="text-white/70 text-lg">Generate converting copy</p>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </section>
283
+
284
+ <section id="content-studio" class="py-32 hidden relative">
285
+ <div class="max-w-7xl mx-auto px-6">
286
+ <div class="text-center mb-16">
287
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Platform Integrations</h2>
288
+ <p class="text-xl text-white/80">How we layer intelligence on top of the Meta ecosystem</p>
289
+ </div>
290
+
291
+ <div class="grid lg:grid-cols-2 gap-8">
292
+
293
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all group">
294
+ <h3 class="text-2xl font-bold text-white mb-6 flex items-center">
295
+ <span class="bg-blue-600/20 p-2 rounded-lg mr-3">1️⃣</span>
296
+ Meta Business Suite × Your Platform
297
+ </h3>
298
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
299
+ <div class="bg-red-500/10 p-4 rounded-xl border border-red-500/20">
300
+ <div class="text-red-400 font-bold text-sm mb-2 uppercase">🔍 Meta Limitation</div>
301
+ <ul class="text-white/70 text-sm space-y-2">
302
+ <li>• Shows past performance</li>
303
+ <li>• Manual insights</li>
304
+ <li>• No predictive intelligence</li>
305
+ </ul>
306
+ </div>
307
+ <div class="bg-green-500/10 p-4 rounded-xl border border-green-500/20">
308
+ <div class="text-green-400 font-bold text-sm mb-2 uppercase">✅ Platform Adds</div>
309
+ <ul class="text-white/70 text-sm space-y-2">
310
+ <li>• Ad Performance Predictor</li>
311
+ <li>• Content scoring</li>
312
+ <li>• Audience–Creative fit insights</li>
313
+ </ul>
314
+ </div>
315
+ </div>
316
+ <div class="bg-white/5 p-4 rounded-xl border-l-4 border-blue-500">
317
+ <p class="text-white/90 italic mb-2">“Before scheduling content, I already know which post will perform better.”</p>
318
+ <div class="text-xs text-white/50"><strong class="text-white">Use Case:</strong> Brand uploads caption → AI scores it → only top-performing content is scheduled.</div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="glass-effect rounded-3xl p-8 border border-purple-500/50 shadow-lg shadow-purple-500/10 relative overflow-hidden">
323
+ <div class="absolute top-0 right-0 bg-purple-600 text-white text-xs font-bold px-3 py-1 rounded-bl-xl">BIGGEST VALUE</div>
324
+ <h3 class="text-2xl font-bold text-white mb-6 flex items-center">
325
+ <span class="bg-purple-600/20 p-2 rounded-lg mr-3">2️⃣</span>
326
+ Meta Ads Manager × Your Platform
327
+ </h3>
328
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
329
+ <div class="bg-red-500/10 p-4 rounded-xl border border-red-500/20">
330
+ <div class="text-red-400 font-bold text-sm mb-2 uppercase">🔍 Meta Limitation</div>
331
+ <ul class="text-white/70 text-sm space-y-2">
332
+ <li>• Optimization after spending</li>
333
+ <li>• No fatigue prediction</li>
334
+ <li>• No emotional scoring</li>
335
+ </ul>
336
+ </div>
337
+ <div class="bg-green-500/10 p-4 rounded-xl border border-green-500/20">
338
+ <div class="text-green-400 font-bold text-sm mb-2 uppercase">✅ Platform Adds</div>
339
+ <ul class="text-white/70 text-sm space-y-2">
340
+ <li>• Pre-launch ad score (0–100)</li>
341
+ <li>• Risk Level Assessment</li>
342
+ <li>• AI copy improvements</li>
343
+ </ul>
344
+ </div>
345
+ </div>
346
+ <div class="bg-white/5 p-4 rounded-xl border-l-4 border-purple-500">
347
+ <p class="text-white/90 italic mb-2">“I stopped burning budget on bad ads.”</p>
348
+ <div class="text-xs text-white/50"><strong class="text-white">Use Case:</strong> Marketer drafts ad → runs Predictor → improves copy → launches via Ads Manager.</div>
349
+ </div>
350
+ </div>
351
+
352
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
353
+ <h3 class="text-2xl font-bold text-white mb-6 flex items-center">
354
+ <span class="bg-blue-600/20 p-2 rounded-lg mr-3">3️⃣</span>
355
+ Meta Pixel × Your Platform
356
+ </h3>
357
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
358
+ <div class="bg-red-500/10 p-4 rounded-xl border border-red-500/20">
359
+ <div class="text-red-400 font-bold text-sm mb-2 uppercase">🔍 Meta Limitation</div>
360
+ <ul class="text-white/70 text-sm space-y-2">
361
+ <li>• Raw conversion data</li>
362
+ <li>• No "Why" intelligence</li>
363
+ </ul>
364
+ </div>
365
+ <div class="bg-green-500/10 p-4 rounded-xl border border-green-500/20">
366
+ <div class="text-green-400 font-bold text-sm mb-2 uppercase">✅ Platform Adds</div>
367
+ <ul class="text-white/70 text-sm space-y-2">
368
+ <li>• Feature learning from data</li>
369
+ <li>• Creative-conversion correlation</li>
370
+ <li>• Emotion → Conversion map</li>
371
+ </ul>
372
+ </div>
373
+ </div>
374
+ <div class="bg-white/5 p-4 rounded-xl border-l-4 border-blue-500">
375
+ <p class="text-white/90 italic mb-2">“Happy + Urgency emotions convert best in India for my niche.”</p>
376
+ <div class="text-xs text-white/50"><strong class="text-white">Use Case:</strong> Pixel data feeds ML model → improves prediction accuracy.</div>
377
+ </div>
378
+ </div>
379
+
380
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
381
+ <h3 class="text-2xl font-bold text-white mb-6 flex items-center">
382
+ <span class="bg-blue-600/20 p-2 rounded-lg mr-3">4️⃣</span>
383
+ Creative Shop × Your Platform
384
+ </h3>
385
+ <div class="grid md:grid-cols-2 gap-6 mb-6">
386
+ <div class="bg-red-500/10 p-4 rounded-xl border border-red-500/20">
387
+ <div class="text-red-400 font-bold text-sm mb-2 uppercase">🔍 Meta Limitation</div>
388
+ <ul class="text-white/70 text-sm space-y-2">
389
+ <li>• Inspiration-based</li>
390
+ <li>• Generic best practices</li>
391
+ </ul>
392
+ </div>
393
+ <div class="bg-green-500/10 p-4 rounded-xl border border-green-500/20">
394
+ <div class="text-green-400 font-bold text-sm mb-2 uppercase">✅ Platform Adds</div>
395
+ <ul class="text-white/70 text-sm space-y-2">
396
+ <li>• Competitor Ad Intelligence</li>
397
+ <li>• Trending keywords by niche</li>
398
+ <li>• Theme fatigue alerts</li>
399
+ </ul>
400
+ </div>
401
+ </div>
402
+ <div class="bg-white/5 p-4 rounded-xl border-l-4 border-blue-500">
403
+ <p class="text-white/90 italic mb-2">“I know what’s working in my niche right now — not last year.”</p>
404
+ <div class="text-xs text-white/50"><strong class="text-white">Use Case:</strong> User enters industry → tool shows Top Creatives, CTAs, Trends.</div>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
409
+ <h3 class="text-xl font-bold text-white mb-6 flex items-center"><span class="mr-2">5️⃣</span> Brand Collabs Manager × Your Platform</h3>
410
+ <div class="text-sm text-white/70 mb-4">
411
+ <span class="text-green-400 font-bold">Adds:</span> Creator caption analysis, Influencer content emotion scoring, Campaign risk assessment.
412
+ </div>
413
+ <p class="text-white/90 italic text-sm">“I choose creators based on predicted ROI, not followers.”</p>
414
+ </div>
415
+
416
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
417
+ <h3 class="text-xl font-bold text-white mb-6 flex items-center"><span class="mr-2">6️⃣</span> Commerce Manager × Your Platform</h3>
418
+ <div class="text-sm text-white/70 mb-4">
419
+ <span class="text-green-400 font-bold">Adds:</span> Product-specific ad copy optimization, Price sensitivity insights.
420
+ </div>
421
+ <p class="text-white/90 italic text-sm">“This product needs urgency ads, not discount ads.”</p>
422
+ </div>
423
+
424
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
425
+ <h3 class="text-xl font-bold text-white mb-6 flex items-center"><span class="mr-2">7️⃣</span> Audience Network × Your Platform</h3>
426
+ <div class="text-sm text-white/70 mb-4">
427
+ <span class="text-green-400 font-bold">Adds:</span> Platform-specific copy adaptation, Tone adjustment per region.
428
+ </div>
429
+ <p class="text-white/90 italic text-sm">“Same ad, different tone — higher CTR everywhere.”</p>
430
+ </div>
431
+
432
+ <div class="glass-effect rounded-3xl p-8 border border-white/10 hover:border-blue-400/30 transition-all">
433
+ <h3 class="text-xl font-bold text-white mb-6 flex items-center"><span class="mr-2">8️⃣</span> Advanced Analytics × Your Platform</h3>
434
+ <div class="text-sm text-white/70 mb-4">
435
+ <span class="text-green-400 font-bold">Adds:</span> AI-powered A/B prediction, Creative winner forecasting, Explainable AI.
436
+ </div>
437
+ <p class="text-white/90 italic text-sm">“I know the winner before spending money.”</p>
438
+ </div>
439
+
440
+ </div>
441
+
442
+ <div class="mt-16 bg-white/5 rounded-3xl p-10 border border-white/10">
443
+ <h3 class="text-3xl font-bold text-white mb-8 text-center">🚀 Advanced Intelligence Features</h3>
444
+ <div class="grid md:grid-cols-3 lg:grid-cols-5 gap-6 text-center">
445
+ <div class="p-4 bg-black/20 rounded-xl">
446
+ <div class="text-2xl mb-2">🎯</div>
447
+ <div class="font-bold text-white text-sm">Creative-Audience Match Score</div>
448
+ </div>
449
+ <div class="p-4 bg-black/20 rounded-xl">
450
+ <div class="text-2xl mb-2">🕵️</div>
451
+ <div class="font-bold text-white text-sm">Meta Ad Library Analyzer</div>
452
+ </div>
453
+ <div class="p-4 bg-black/20 rounded-xl">
454
+ <div class="text-2xl mb-2">💸</div>
455
+ <div class="font-bold text-white text-sm">AI Spend Waste Detector</div>
456
+ </div>
457
+ <div class="p-4 bg-black/20 rounded-xl">
458
+ <div class="text-2xl mb-2">📢</div>
459
+ <div class="font-bold text-white text-sm">Brand Voice Memory</div>
460
+ </div>
461
+ <div class="p-4 bg-black/20 rounded-xl">
462
+ <div class="text-2xl mb-2">📊</div>
463
+ <div class="font-bold text-white text-sm">Explainable AI Dashboard</div>
464
+ </div>
465
+ </div>
466
+ </div>
467
+ </div>
468
+ </section>
469
+
470
+ <section id="predictor" class="py-32 hidden relative">
471
+ <div class="max-w-6xl mx-auto px-6">
472
+ <div class="grid lg:grid-cols-2 gap-12 items-center mb-16">
473
+ <div>
474
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Ad Performance Predictor</h2>
475
+ <p class="text-xl text-white/80 mb-8">Get instant AI-powered performance predictions before launching your ads</p>
476
+ <div class="space-y-4 mb-12">
477
+ <div class="flex items-center space-x-4 text-white/70">
478
+ <div class="w-2 h-2 bg-green-400 rounded-full"></div>
479
+ <span>Performance Score (0-100)</span>
480
+ </div>
481
+ <div class="flex items-center space-x-4 text-white/70">
482
+ <div class="w-2 h-2 bg-yellow-400 rounded-full"></div>
483
+ <span>Risk Level Assessment</span>
484
+ </div>
485
+ <div class="flex items-center space-x-4 text-white/70">
486
+ <div class="w-2 h-2 bg-blue-400 rounded-full"></div>
487
+ <span>Optimization Recommendations</span>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ <div class="metric-card rounded-3xl p-10 shadow-2xl">
492
+ <div id="prediction-results" class="space-y-6 hidden">
493
+ <div class="grid grid-cols-3 gap-6">
494
+ <div class="text-center p-6 rounded-2xl bg-gradient-to-br from-green-400/10 to-green-500/10 border border-green-400/30">
495
+ <div class="text-4xl font-bold text-green-400 mb-2" id="perf-score">92</div>
496
+ <div class="text-sm font-semibold text-green-300 uppercase tracking-wide">Score</div>
497
+ </div>
498
+ <div class="text-center p-6 rounded-2xl bg-gradient-to-br from-blue-400/10 to-blue-500/10 border border-blue-400/30">
499
+ <div class="text-4xl font-bold text-blue-400 mb-2" id="risk-level">LOW</div>
500
+ <div class="text-sm font-semibold text-blue-300 uppercase tracking-wide">Risk</div>
501
+ </div>
502
+ <div class="text-center p-6 rounded-2xl bg-gradient-to-br from-purple-400/10 to-purple-500/10 border border-purple-400/30">
503
+ <div class="text-3xl font-bold text-purple-400 mb-2" id="confidence">94%</div>
504
+ <div class="text-sm font-semibold text-purple-300 uppercase tracking-wide">Confidence</div>
505
+ </div>
506
+ </div>
507
+ <canvas id="perfChart" height="200"></canvas>
508
+ </div>
509
+ </div>
510
+ </div>
511
+
512
+ <div class="metric-card rounded-3xl p-12 max-w-2xl mx-auto">
513
+ <h3 class="text-3xl font-bold text-gray-900 mb-8 text-center">Analyze Your Ad</h3>
514
+ <form id="predictor-form" class="space-y-6">
515
+ <div>
516
+ <label class="block text-lg font-semibold text-gray-900 mb-3">Ad Copy</label>
517
+ <textarea id="ad-copy" rows="4" class="w-full p-6 rounded-2xl border-2 border-gray-200/50 focus:border-blue-400 focus:ring-4 focus:ring-blue-400/20 resize-vertical text-lg font-medium bg-white" placeholder="Enter your ad primary text...">Get 50% OFF your first order! Limited time offer. Fast shipping worldwide. Join 10K+ happy customers today!</textarea>
518
+ </div>
519
+ <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-4">
520
+ <div>
521
+ <label class="block text-lg font-semibold text-gray-900 mb-2">CTA</label>
522
+ <select id="cta" class="w-full p-4 rounded-xl border-2 border-gray-200/50 focus:border-blue-400 focus:ring-4 focus:ring-blue-400/20 text-lg bg-white">
523
+ <option>Shop Now</option>
524
+ <option>Learn More</option>
525
+ <option>Get Offer</option>
526
+ <option>Sign Up</option>
527
+ </select>
528
+ </div>
529
+ <div class="col-span-3 flex items-end">
530
+ <button type="submit" class="w-full bg-gradient-to-r from-blue-500 to-purple-600 text-white py-4 px-6 rounded-2xl font-bold text-lg shadow-xl hover:shadow-purple-500/25 hover:scale-105 transition-all duration-300">
531
+ Predict Performance
532
+ </button>
533
+ </div>
534
+ </div>
535
+ </form>
536
+ </div>
537
+ </div>
538
+ </section>
539
+
540
+ <section id="competitors" class="py-32 hidden bg-white/5 backdrop-blur-sm">
541
+ <div class="max-w-6xl mx-auto px-6">
542
+ <div class="text-center mb-24">
543
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Competitor Ad Intelligence</h2>
544
+ <p class="text-xl text-white/80 max-w-3xl mx-auto">Real-time insights into competitor strategies across 100M+ ads</p>
545
+ </div>
546
+ <div class="grid lg:grid-cols-2 gap-12">
547
+ <div class="space-y-8">
548
+ <div class="metric-card rounded-3xl p-8">
549
+ <h3 class="text-2xl font-bold text-gray-900 mb-6">Top Keywords</h3>
550
+ <div id="top-keywords" class="grid grid-cols-2 md:grid-cols-3 gap-4"></div>
551
+ </div>
552
+ <div class="metric-card rounded-3xl p-8">
553
+ <h3 class="text-2xl font-bold text-gray-900 mb-6">CTA Frequency</h3>
554
+ <canvas id="ctaChart" height="300"></canvas>
555
+ </div>
556
+ </div>
557
+ <div class="space-y-8">
558
+ <div class="metric-card rounded-3xl p-8">
559
+ <h3 class="text-2xl font-bold text-gray-900 mb-6">Creative Formats Used</h3>
560
+ <div class="grid grid-cols-2 md:grid-cols-3 gap-6">
561
+ <div class="text-center p-6 rounded-2xl hover:bg-blue-50/50 cursor-pointer transition-colors">
562
+ <div class="w-16 h-16 bg-gradient-to-br from-blue-500 to-blue-600 rounded-2xl mx-auto mb-4 flex items-center justify-center">
563
+ <svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
564
+ </div>
565
+ <div class="font-bold text-xl text-gray-900 mb-1">Video</div>
566
+ <div class="text-sm text-gray-600">67%</div>
567
+ </div>
568
+ </div>
569
+ </div>
570
+ </div>
571
+ </div>
572
+ </div>
573
+ </section>
574
+
575
+ <section id="fatigue" class="py-32 hidden">
576
+ <div class="max-w-6xl mx-auto px-6">
577
+ <div class="text-center mb-24">
578
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Ad Fatigue Detector</h2>
579
+ <div class="grid lg:grid-cols-2 gap-12 mt-12">
580
+ <div class="metric-card rounded-3xl p-12">
581
+ <h3 class="text-3xl font-bold text-gray-900 mb-8">Fatigue Score</h3>
582
+ <canvas id="fatigueChart" height="400"></canvas>
583
+ </div>
584
+ </div>
585
+ </div>
586
+ </div>
587
+ </section>
588
+
589
+ <section id="optimizer" class="py-32 hidden bg-white/5 backdrop-blur-sm">
590
+ <div class="max-w-6xl mx-auto px-6">
591
+ <div class="text-center mb-24">
592
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">AI Ad Copy Optimizer</h2>
593
+ <div class="metric-card rounded-3xl p-12 max-w-4xl mx-auto mt-12">
594
+ <div class="grid lg:grid-cols-2 gap-12 items-start">
595
+ <div>
596
+ <h3 class="text-3xl font-bold text-gray-900 mb-8">Original Copy</h3>
597
+ <div class="bg-gray-50/50 p-8 rounded-2xl border-2 border-gray-200/50 min-h-[300px]">
598
+ <textarea id="original-copy" rows="12" class="w-full bg-transparent border-none outline-none text-lg font-medium text-gray-900 resize-none">Get 50% OFF your first order! Limited time offer. Fast shipping worldwide. Join 10K+ happy customers today! Don't miss out on this incredible deal.</textarea>
599
+ </div>
600
+ <button onclick="optimizeCopy()" class="mt-6 w-full bg-gradient-to-r from-purple-500 to-pink-600 text-white py-4 px-8 rounded-2xl font-bold text-lg shadow-xl hover:shadow-purple-500/25 hover:scale-105 transition-all duration-300">
601
+ ✨ Optimize with AI
602
+ </button>
603
+ </div>
604
+ <div>
605
+ <h3 class="text-3xl font-bold text-gray-900 mb-8">AI Optimized Copy</h3>
606
+ <div id="optimized-copy" class="bg-gradient-to-br from-emerald-50 to-green-50/50 p-8 rounded-2xl border-2 border-emerald-200/50 min-h-[300px] hidden">
607
+ <div class="space-y-6">
608
+ <div>
609
+ <div class="font-bold text-2xl text-emerald-800 mb-2 leading-tight">🎉 50% OFF Your First Order - Limited Spots!</div>
610
+ <div class="text-sm text-emerald-700 bg-emerald-200/50 px-4 py-2 rounded-xl inline-block">Primary Text</div>
611
+ </div>
612
+ </div>
613
+ </div>
614
+ </div>
615
+ </div>
616
+ </div>
617
+ </div>
618
+ </div>
619
+ </section>
620
+
621
+ <section id="ads-manager" class="py-32 hidden relative">
622
+ <div class="max-w-7xl mx-auto px-6">
623
+ <div class="text-center mb-16">
624
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Meta Ads Campaign Manager</h2>
625
+ <p class="text-xl text-white/80">Manage your active campaigns and view real-time performance</p>
626
+ </div>
627
+
628
+ <div class="glass-effect rounded-3xl p-8 border border-white/10">
629
+ <div class="flex justify-between items-center mb-8">
630
+ <h3 class="text-2xl font-bold text-white">Active Campaigns</h3>
631
+ <button class="bg-blue-600 hover:bg-blue-500 text-white px-6 py-2 rounded-xl transition flex items-center">
632
+ <span class="mr-2">+</span> Create Campaign
633
+ </button>
634
+ </div>
635
+
636
+ <div class="overflow-x-auto">
637
+ <table class="w-full text-left text-white/80">
638
+ <thead class="bg-white/5 text-white uppercase text-sm font-semibold">
639
+ <tr>
640
+ <th class="p-4 rounded-tl-xl">Campaign Name</th>
641
+ <th class="p-4">Status</th>
642
+ <th class="p-4">Spend</th>
643
+ <th class="p-4">Reach</th>
644
+ <th class="p-4">Results</th>
645
+ <th class="p-4 rounded-tr-xl">Action</th>
646
+ </tr>
647
+ </thead>
648
+ <tbody class="divide-y divide-white/10">
649
+ <tr class="hover:bg-white/5 transition">
650
+ <td class="p-4 font-medium text-white">Summer Sale - Awareness</td>
651
+ <td class="p-4"><span class="bg-green-500/20 text-green-400 px-3 py-1 rounded-full text-xs font-bold">Active</span></td>
652
+ <td class="p-4">$1,240</td>
653
+ <td class="p-4">45,000</td>
654
+ <td class="p-4">120 Leads</td>
655
+ <td class="p-4"><button class="text-blue-400 hover:text-blue-300">Edit</button></td>
656
+ </tr>
657
+ <tr class="hover:bg-white/5 transition">
658
+ <td class="p-4 font-medium text-white">Retargeting - Cart Abandon</td>
659
+ <td class="p-4"><span class="bg-green-500/20 text-green-400 px-3 py-1 rounded-full text-xs font-bold">Active</span></td>
660
+ <td class="p-4">$850</td>
661
+ <td class="p-4">12,500</td>
662
+ <td class="p-4">45 Sales</td>
663
+ <td class="p-4"><button class="text-blue-400 hover:text-blue-300">Edit</button></td>
664
+ </tr>
665
+ </tbody>
666
+ </table>
667
+ </div>
668
+ </div>
669
+ </div>
670
+ </section>
671
+
672
+ <section id="pricing" class="py-32 hidden relative">
673
+ <div class="max-w-7xl mx-auto px-6">
674
+ <div class="text-center mb-16">
675
+ <h2 class="text-5xl font-bold text-white mb-6 gradient-text">Simple, Transparent Pricing</h2>
676
+ <p class="text-xl text-white/80">Choose the plan that fits your scaling needs</p>
677
+ </div>
678
+
679
+ <div class="grid md:grid-cols-3 gap-8">
680
+ <div class="glass-effect rounded-3xl p-8 card-hover relative flex flex-col">
681
+ <h3 class="text-2xl font-bold text-white mb-2">Basic</h3>
682
+ <div class="text-4xl font-bold text-white mb-6">$0<span class="text-lg text-white/60 font-normal">/mo</span></div>
683
+ <ul class="text-white/80 space-y-4 mb-8 flex-grow">
684
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> 5 Ad Predictions / mo</li>
685
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> Basic Copy Optimizer</li>
686
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> 1 User Account</li>
687
+ <li class="flex items-center text-white/40"><span class="mr-2">×</span> Competitor Intel</li>
688
+ </ul>
689
+ <button class="w-full py-3 rounded-xl border border-white/30 text-white font-semibold hover:bg-white/10 transition">Select Basic</button>
690
+ </div>
691
+
692
+ <div class="metric-card rounded-3xl p-8 card-hover relative transform scale-105 z-10 flex flex-col shadow-2xl shadow-purple-500/20">
693
+ <div class="ribbon">MOST POPULAR</div>
694
+ <h3 class="text-2xl font-bold text-gray-900 mb-2">Standard</h3>
695
+ <div class="text-4xl font-bold text-gray-900 mb-6 gradient-text">$49<span class="text-lg text-gray-500 font-normal">/mo</span></div>
696
+ <ul class="text-gray-600 space-y-4 mb-8 flex-grow">
697
+ <li class="flex items-center"><span class="text-green-500 mr-2">✓</span> Unlimited Ad Predictions</li>
698
+ <li class="flex items-center"><span class="text-green-500 mr-2">✓</span> Advanced Copy AI</li>
699
+ <li class="flex items-center"><span class="text-green-500 mr-2">✓</span> Competitor Intelligence</li>
700
+ <li class="flex items-center"><span class="text-green-500 mr-2">✓</span> Fatigue Alerts</li>
701
+ </ul>
702
+ <button class="w-full py-3 rounded-xl bg-gradient-to-r from-blue-500 to-purple-600 text-white font-bold shadow-lg hover:shadow-xl transition">Select Standard</button>
703
+ </div>
704
+
705
+ <div class="glass-effect rounded-3xl p-8 card-hover relative flex flex-col">
706
+ <h3 class="text-2xl font-bold text-white mb-2">Enterprise</h3>
707
+ <div class="text-4xl font-bold text-white mb-6">Custom</div>
708
+ <ul class="text-white/80 space-y-4 mb-8 flex-grow">
709
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> Everything in Standard</li>
710
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> Dedicated Account Manager</li>
711
+ <li class="flex items-center"><span class="text-green-400 mr-2">✓</span> Custom API Integration</li>
712
+ </ul>
713
+ <button class="w-full py-3 rounded-xl border border-white/30 text-white font-semibold hover:bg-white/10 transition">Contact Sales</button>
714
+ </div>
715
+ </div>
716
+ </div>
717
+ </section>
718
+
719
+ <section id="account" class="py-32 hidden relative">
720
+ <div class="max-w-4xl mx-auto px-6">
721
+ <div class="glass-effect rounded-3xl p-10 md:p-14 border border-white/20 shadow-2xl">
722
+ <div class="flex items-center justify-between mb-8">
723
+ <div class="flex items-center">
724
+ <div class="w-12 h-12 bg-white/10 rounded-full flex items-center justify-center mr-4">
725
+ <svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path></svg>
726
+ </div>
727
+ <h2 class="text-3xl font-bold text-white">Account Settings</h2>
728
+ </div>
729
+ <a href="#login" class="text-white/70 hover:text-white text-sm font-medium transition flex items-center gap-2">
730
+ <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1"></path></svg>
731
+ Sign Out
732
+ </a>
733
+ </div>
734
+
735
+ <form id="account-form" class="space-y-6">
736
+ <div class="grid md:grid-cols-2 gap-6">
737
+ <div>
738
+ <label class="block text-white/70 text-sm font-medium mb-2">First Name</label>
739
+ <input type="text" id="first-name" class="w-full glass-input rounded-xl px-4 py-3 transition" placeholder="John">
740
+ </div>
741
+ <div>
742
+ <label class="block text-white/70 text-sm font-medium mb-2">Last Name</label>
743
+ <input type="text" id="last-name" class="w-full glass-input rounded-xl px-4 py-3 transition" placeholder="Doe">
744
+ </div>
745
+ </div>
746
+
747
+ <div class="grid md:grid-cols-2 gap-6">
748
+ <div>
749
+ <label class="block text-white/70 text-sm font-medium mb-2">Email Address</label>
750
+ <input type="email" id="email" class="w-full glass-input rounded-xl px-4 py-3 transition" placeholder="john@company.com">
751
+ </div>
752
+ <div>
753
+ <label class="block text-white/70 text-sm font-medium mb-2">Mobile Number</label>
754
+ <input type="tel" id="mobile" class="w-full glass-input rounded-xl px-4 py-3 transition" placeholder="+1 (555) 000-0000">
755
+ </div>
756
+ </div>
757
+
758
+ <div class="border-t border-white/10 pt-6 mt-6">
759
+ <h3 class="text-xl font-semibold text-white mb-4">Connected Accounts</h3>
760
+ <div class="grid md:grid-cols-2 gap-4">
761
+ <button type="button" class="flex items-center justify-center gap-3 w-full glass-input hover:bg-white/10 rounded-xl px-4 py-3 transition text-white">
762
+ <svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12.545,10.239v3.821h5.445c-0.712,2.315-2.647,3.972-5.445,3.972c-3.332,0-6.033-2.701-6.033-6.032s2.701-6.032,6.033-6.032c1.498,0,2.866,0.549,3.921,1.453l2.814-2.814C17.503,2.988,15.139,2,12.545,2C7.021,2,2.543,6.477,2.543,12s4.478,10,10.002,10c8.396,0,10.249-7.85,9.426-11.748L12.545,10.239z"/></svg>
763
+ Connect Google
764
+ </button>
765
+ <button type="button" class="flex items-center justify-center gap-3 w-full glass-input hover:bg-white/10 rounded-xl px-4 py-3 transition text-white">
766
+ <svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
767
+ Connect GitHub
768
+ </button>
769
+ </div>
770
+ </div>
771
+
772
+ <div class="border-t border-white/10 pt-6 mt-6">
773
+ <h3 class="text-xl font-semibold text-white mb-4">Meta Integration</h3>
774
+ <div>
775
+ <label class="block text-white/70 text-sm font-medium mb-2">Meta Access Token</label>
776
+ <div class="relative">
777
+ <input type="password" id="meta-token" class="w-full glass-input rounded-xl px-4 py-3 transition pr-10" placeholder="EAA...">
778
+ <button type="button" class="absolute right-3 top-3.5 text-white/40 hover:text-white">
779
+ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg>
780
+ </button>
781
+ </div>
782
+ <p class="text-xs text-white/40 mt-2">Your access token is encrypted and stored securely.</p>
783
+ </div>
784
+ </div>
785
+
786
+ <div class="flex items-center justify-between pt-6">
787
+ <div class="text-sm">
788
+ <span class="text-white/50">Not you?</span>
789
+ <a href="#login" class="text-blue-400 hover:text-blue-300 font-medium ml-1">Log in as different user</a>
790
+ </div>
791
+
792
+ <button type="submit" class="px-8 py-3 bg-gradient-to-r from-blue-500 to-purple-600 text-white font-bold rounded-xl hover:shadow-lg hover:scale-105 transition-all duration-200">
793
+ Save Changes
794
+ </button>
795
+ </div>
796
+ </form>
797
+ </div>
798
+ </div>
799
+ </section>
800
+
801
+ <!-- <script>
802
+ document.getElementById("account-form").addEventListener("submit", function (e) {
803
+ e.preventDefault();
804
+
805
+ const payload = {
806
+ first_name: document.getElementById("first-name").value,
807
+ last_name: document.getElementById("last-name").value,
808
+ email: document.getElementById("email").value,
809
+ mobile: document.getElementById("mobile").value,
810
+ meta_token: document.getElementById("meta-token").value
811
+ };
812
+
813
+ // Create a Blob from the JSON data
814
+ const dataStr = "data:text/json;charset=utf-8," + encodeURIComponent(JSON.stringify(payload));
815
+
816
+ // Create a temporary hidden link element to trigger the download
817
+ const downloadAnchorNode = document.createElement('a');
818
+ downloadAnchorNode.setAttribute("href", dataStr);
819
+ downloadAnchorNode.setAttribute("download", "account_settings.json");
820
+ document.body.appendChild(downloadAnchorNode); // required for firefox
821
+ downloadAnchorNode.click();
822
+ downloadAnchorNode.remove();
823
+ });
824
+ </script>
825
+
826
+ <script>
827
+ document.getElementById("account-form").addEventListener("submit", async function (e) {
828
+ e.preventDefault();
829
+
830
+ const payload = {
831
+ first_name: document.querySelector('input[placeholder="John"]').value,
832
+ last_name: document.querySelector('input[placeholder="Doe"]').value,
833
+ email: document.querySelector('input[type="email"]').value,
834
+ mobile: document.querySelector('input[type="tel"]').value,
835
+ meta_token: document.getElementById("meta-token").value
836
+ };
837
+
838
+ const response = await fetch("http://127.0.0.1:8000/account/save", {
839
+ method: "POST",
840
+ headers: { "Content-Type": "application/json" },
841
+ body: JSON.stringify(payload)
842
+ });
843
+
844
+ const result = await response.json();
845
+
846
+ if (response.ok) {
847
+ alert("Profile saved successfully!");
848
+ } else {
849
+ alert(result.detail || "Error saving profile");
850
+ }
851
+ });
852
+ </script> -->
853
+
854
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
855
+
856
+ <script>
857
+ // Smooth scrolling and module navigation
858
+ function openModule(moduleId) {
859
+ // Define all modules (ID list)
860
+ const modules = [
861
+ 'gen-studio',
862
+ 'modules',
863
+ 'ads-manager',
864
+ 'content-studio',
865
+ 'predictor',
866
+ 'competitors',
867
+ 'fatigue',
868
+ 'optimizer',
869
+ 'pricing',
870
+ 'account'
871
+ ];
872
+
873
+ if (moduleId === 'home') {
874
+ document.getElementById('hero-section').classList.remove('hidden');
875
+ document.getElementById('modules').classList.remove('hidden');
876
+ // Hide all other modules
877
+ modules.forEach(id => {
878
+ const el = document.getElementById(id);
879
+ if(el) el.classList.add('hidden');
880
+ });
881
+ window.scrollTo({top: 0, behavior: 'smooth'});
882
+ return;
883
+ }
884
+
885
+ // Hide hero
886
+ document.getElementById('hero-section').classList.add('hidden');
887
+
888
+ // Hide all modules
889
+ modules.forEach(id => {
890
+ const el = document.getElementById(id);
891
+ if(el) el.classList.add('hidden');
892
+ });
893
+
894
+ // Show selected section
895
+ const target = document.getElementById(moduleId);
896
+ if (target) {
897
+ target.classList.remove('hidden');
898
+ target.scrollIntoView({ behavior: 'smooth' });
899
+ }
900
+ }
901
+
902
+ // Tab Switching Logic for Generation Studio
903
+ function switchGenTab(tab) {
904
+ const generalBtn = document.getElementById('tab-gen-general');
905
+ const paidBtn = document.getElementById('tab-gen-paid');
906
+ const contentGeneral = document.getElementById('content-general');
907
+ const contentPaid = document.getElementById('content-paid');
908
+
909
+ if (tab === 'general') {
910
+ // Styling
911
+ generalBtn.classList.add('border-b-2', 'border-blue-500', 'bg-white/10', 'text-white');
912
+ generalBtn.classList.remove('text-white/60');
913
+
914
+ paidBtn.classList.remove('border-b-2', 'border-blue-500', 'bg-white/10', 'text-white');
915
+ paidBtn.classList.add('text-white/60');
916
+
917
+ // Content visibility
918
+ contentGeneral.classList.remove('hidden');
919
+ contentPaid.classList.add('hidden');
920
+ } else {
921
+ // Styling
922
+ paidBtn.classList.add('border-b-2', 'border-blue-500', 'bg-white/10', 'text-white');
923
+ paidBtn.classList.remove('text-white/60');
924
+
925
+ generalBtn.classList.remove('border-b-2', 'border-blue-500', 'bg-white/10', 'text-white');
926
+ generalBtn.classList.add('text-white/60');
927
+
928
+ // Content visibility
929
+ contentPaid.classList.remove('hidden');
930
+ contentGeneral.classList.add('hidden');
931
+ }
932
+ }
933
+
934
+ // Predictor Form Handler
935
+ document.getElementById('predictor-form').addEventListener('submit', function(e) {
936
+ e.preventDefault();
937
+ const results = document.getElementById('prediction-results');
938
+ results.classList.remove('hidden');
939
+
940
+ // Simulating API call & Animation
941
+ const scoreEl = document.getElementById('perf-score');
942
+ const riskEl = document.getElementById('risk-level');
943
+ scoreEl.textContent = '0';
944
+ riskEl.textContent = 'CALC...';
945
+
946
+ setTimeout(() => {
947
+ let score = 0;
948
+ const interval = setInterval(() => {
949
+ score += Math.random() * 5;
950
+ if (score > 92) {
951
+ score = 92;
952
+ clearInterval(interval);
953
+ }
954
+ scoreEl.textContent = Math.floor(score);
955
+ }, 50);
956
+
957
+ setTimeout(() => {
958
+ riskEl.textContent = 'LOW';
959
+ }, 1500);
960
+ }, 500);
961
+
962
+ updatePerfChart();
963
+ });
964
+
965
+ function updatePerfChart() {
966
+ const ctx = document.getElementById('perfChart').getContext('2d');
967
+ if(window.myPerfChart) window.myPerfChart.destroy();
968
+
969
+ window.myPerfChart = new Chart(ctx, {
970
+ type: 'doughnut',
971
+ data: {
972
+ labels: ['CTR', 'Conversion', 'Engagement'],
973
+ datasets: [{
974
+ data: [92, 87, 95],
975
+ backgroundColor: ['#10b981', '#3b82f6', '#8b5cf6'],
976
+ borderWidth: 0,
977
+ cutout: '70%'
978
+ }]
979
+ },
980
+ options: {
981
+ responsive: true,
982
+ plugins: { legend: { display: false } }
983
+ }
984
+ });
985
+ }
986
+
987
+ // Initialize Charts
988
+ document.addEventListener('DOMContentLoaded', function() {
989
+ // CTA Chart
990
+ if(document.getElementById('ctaChart')) {
991
+ const ctaCtx = document.getElementById('ctaChart').getContext('2d');
992
+ new Chart(ctaCtx, {
993
+ type: 'bar',
994
+ data: {
995
+ labels: ['Shop Now', 'Learn More', 'Get Offer', 'Sign Up', 'Buy Now'],
996
+ datasets: [{
997
+ label: 'Usage %',
998
+ data: [45, 28, 15, 8, 4],
999
+ backgroundColor: 'rgba(34, 197, 94, 0.8)',
1000
+ borderRadius: 8
1001
+ }]
1002
+ },
1003
+ options: {
1004
+ responsive: true,
1005
+ scales: { y: { beginAtZero: true, max: 50 } },
1006
+ plugins: { legend: { display: false } }
1007
+ }
1008
+ });
1009
+ }
1010
+
1011
+ // Fatigue Chart
1012
+ if(document.getElementById('fatigueChart')) {
1013
+ const fatigueCtx = document.getElementById('fatigueChart').getContext('2d');
1014
+ new Chart(fatigueCtx, {
1015
+ type: 'line',
1016
+ data: {
1017
+ labels: ['Day 1', 'Day 3', 'Day 7', 'Day 10', 'Day 14', 'Day 18'],
1018
+ datasets: [{
1019
+ label: 'Fatigue Score',
1020
+ data: [12, 25, 45, 62, 78, 82],
1021
+ borderColor: '#f59e0b',
1022
+ backgroundColor: 'rgba(245, 158, 11, 0.1)',
1023
+ tension: 0.4,
1024
+ fill: true
1025
+ }]
1026
+ },
1027
+ options: {
1028
+ responsive: true,
1029
+ scales: { y: { beginAtZero: true, max: 100 } },
1030
+ plugins: { legend: { display: false } }
1031
+ }
1032
+ });
1033
+ }
1034
+
1035
+ // Top Keywords Population
1036
+ const keywords = ['discount', 'free shipping', 'limited time', '50% off', 'best seller', 'new arrival'];
1037
+ const keywordsContainer = document.getElementById('top-keywords');
1038
+ if(keywordsContainer) {
1039
+ keywords.forEach((keyword) => {
1040
+ const div = document.createElement('div');
1041
+ div.className = 'p-3 bg-gradient-to-r from-blue-500/10 to-blue-600/10 rounded-xl border border-blue-400/30';
1042
+ div.innerHTML = `
1043
+ <div class="font-bold text-gray-800 text-lg">#${keyword}</div>
1044
+ <div class="text-blue-600 text-sm">${Math.floor(Math.random() * 5000) + 1000} ads</div>
1045
+ `;
1046
+ keywordsContainer.appendChild(div);
1047
+ });
1048
+ }
1049
+ });
1050
+
1051
+ // Copy Optimizer Logic
1052
+ function optimizeCopy() {
1053
+ const optimized = document.getElementById('optimized-copy');
1054
+ optimized.classList.remove('hidden');
1055
+ optimized.scrollIntoView({ behavior: 'smooth' });
1056
+ }
1057
+
1058
+ // Animation Observers
1059
+ const observer = new IntersectionObserver((entries) => {
1060
+ entries.forEach(entry => {
1061
+ if (entry.isIntersecting) {
1062
+ entry.target.style.opacity = '1';
1063
+ entry.target.style.transform = 'translateY(0)';
1064
+ }
1065
+ });
1066
+ });
1067
+
1068
+ document.querySelectorAll('.card-hover').forEach(el => {
1069
+ el.style.opacity = '0';
1070
+ el.style.transform = 'translateY(20px)';
1071
+ el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
1072
+ observer.observe(el);
1073
+ });
1074
+ </script>
1075
+
1076
+ <footer class="py-16 mt-32 border-t border-white/10">
1077
+ <div class="max-w-7xl mx-auto px-6 text-center">
1078
+ <div class="flex items-center justify-center space-x-3 mb-8">
1079
+ <div class="w-12 h-12 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl flex items-center justify-center">
1080
+ <span class="text-white font-bold text-lg">AI</span>
1081
+ </div>
1082
+ <span class="text-2xl font-bold gradient-text">MetaAds AI</span>
1083
+ </div>
1084
+ <p class="text-white/60 text-lg mb-8 max-w-2xl mx-auto">
1085
+ The most advanced AI-powered Meta Ads intelligence and optimization platform
1086
+ </p>
1087
+ <div class="flex flex-wrap justify-center gap-6 text-white/70 text-sm">
1088
+ <a href="#" class="hover:text-white transition-colors">Privacy</a>
1089
+ <a href="#" class="hover:text-white transition-colors">Terms</a>
1090
+ <a href="#" class="hover:text-white transition-colors">Security</a>
1091
+ <a href="#" class="hover:text-white transition-colors">Support</a>
1092
+ </div>
1093
+ <p class="text-white/40 text-xs mt-8">&copy; 2024 MetaAds AI. All rights reserved.</p>
1094
+ </div>
1095
+ </footer>
1096
+ </body>
1097
+ </html>