Paaaandian commited on
Commit
8f7dc0f
·
verified ·
1 Parent(s): d8d51c5

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +558 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Apcrafts
3
- emoji: 💻
4
- colorFrom: indigo
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: apcrafts
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,558 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>APdesign - Premium Digital Invitations</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
12
+ }
13
+ .template-card:hover {
14
+ transform: translateY(-10px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .pricing-card:hover {
18
+ transform: scale(1.05);
19
+ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
20
+ }
21
+ </style>
22
+ </head>
23
+ <body class="font-sans antialiased text-gray-800">
24
+ <!-- Navigation -->
25
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
26
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
27
+ <div class="flex justify-between h-16">
28
+ <div class="flex items-center">
29
+ <div class="text-2xl font-bold text-indigo-600">APdesign</div>
30
+ </div>
31
+ <div class="flex items-center space-x-8">
32
+ <a href="#templates" class="text-gray-600 hover:text-indigo-600">Templates</a>
33
+ <a href="#features" class="text-gray-600 hover:text-indigo-600">Features</a>
34
+ <a href="#testimonials" class="text-gray-600 hover:text-indigo-600">Testimonials</a>
35
+ <a href="#pricing" class="text-gray-600 hover:text-indigo-600">Pricing</a>
36
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-md hover:bg-indigo-700 transition duration-300">Get Started</button>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ </nav>
41
+
42
+ <!-- Hero Section -->
43
+ <section class="hero-gradient py-20">
44
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col md:flex-row items-center">
45
+ <div class="md:w-1/2 mb-10 md:mb-0">
46
+ <div class="flex items-center mb-4">
47
+ <div class="flex text-yellow-400">
48
+ <i class="fas fa-star"></i>
49
+ <i class="fas fa-star"></i>
50
+ <i class="fas fa-star"></i>
51
+ <i class="fas fa-star"></i>
52
+ <i class="fas fa-star-half-alt"></i>
53
+ </div>
54
+ <span class="ml-2 text-gray-700">4.9/5 from 2,000+ customers</span>
55
+ </div>
56
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Premium Digital Invitation Templates</h1>
57
+ <p class="text-gray-600 mb-8 text-lg">Skip the design hassle. Choose from our collection of professionally crafted digital invitation templates. Perfect for weddings, birthdays, corporate events, and every special occasion.</p>
58
+
59
+ <div class="flex flex-wrap gap-4 mb-8">
60
+ <div class="border-r pr-4">
61
+ <p class="text-2xl font-bold text-indigo-600">500+</p>
62
+ <p class="text-gray-600">Premium Templates</p>
63
+ </div>
64
+ <div class="border-r pr-4">
65
+ <p class="text-2xl font-bold text-indigo-600">50K+</p>
66
+ <p class="text-gray-600">Happy Customers</p>
67
+ </div>
68
+ <div>
69
+ <p class="text-2xl font-bold text-indigo-600">24h</p>
70
+ <p class="text-gray-600">Fast Delivery</p>
71
+ </div>
72
+ </div>
73
+
74
+ <div class="bg-white p-6 rounded-lg shadow-md inline-block">
75
+ <p class="font-semibold text-gray-700 mb-2">Time-Based Pricing</p>
76
+ <div class="flex space-x-4">
77
+ <div class="text-center">
78
+ <p class="font-bold text-indigo-600">15 days: $8</p>
79
+ </div>
80
+ <div class="text-center">
81
+ <p class="font-bold text-indigo-600">1 week: $15</p>
82
+ </div>
83
+ <div class="text-center">
84
+ <p class="font-bold text-indigo-600">3 days: $20</p>
85
+ </div>
86
+ </div>
87
+ </div>
88
+ </div>
89
+ <div class="md:w-1/2 grid grid-cols-2 gap-4">
90
+ <img src="https://cling-cyan-42495923.figma.site/_assets/v9/9f23f892a7e6dfc0dd84835ae34bc1c1fdb04acb.png" alt="Premium digital invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300">
91
+ <img src="https://cling-cyan-42495923.figma.site/_assets/v9/ff6552f9f60843ed0046fc645972d74a2e02cf73.png" alt="Wedding invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300 mt-8">
92
+ <img src="https://cling-cyan-42495923.figma.site/_assets/v9/3fde9c72d6056b5e30c81e18c9705dd9f86e5f92.png" alt="Birthday invitation template" class="rounded-lg shadow-md hover:scale-105 transition duration-300">
93
+ </div>
94
+ </div>
95
+ </section>
96
+
97
+ <!-- Why Choose APdesign -->
98
+ <section id="features" class="py-20 bg-white">
99
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
100
+ <div class="text-center mb-16">
101
+ <h2 class="text-3xl font-bold mb-4">Why Choose APdesign?</h2>
102
+ <p class="text-gray-600 max-w-2xl mx-auto">We combine creativity, technology, and exceptional service to deliver invitation designs that make your events unforgettable.</p>
103
+ </div>
104
+
105
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
106
+ <div class="bg-gray-50 p-6 rounded-lg">
107
+ <div class="text-indigo-600 mb-4 text-2xl">
108
+ <i class="fas fa-pencil-ruler"></i>
109
+ </div>
110
+ <h3 class="font-bold text-xl mb-2">Professional Design</h3>
111
+ <p class="text-gray-600">Every invitation is crafted with attention to detail and modern design principles.</p>
112
+ </div>
113
+
114
+ <div class="bg-gray-50 p-6 rounded-lg">
115
+ <div class="text-indigo-600 mb-4 text-2xl">
116
+ <i class="fas fa-download"></i>
117
+ </div>
118
+ <h3 class="font-bold text-xl mb-2">Instant Download</h3>
119
+ <p class="text-gray-600">Get your designs immediately after approval in multiple high-quality formats.</p>
120
+ </div>
121
+
122
+ <div class="bg-gray-50 p-6 rounded-lg">
123
+ <div class="text-indigo-600 mb-4 text-2xl">
124
+ <i class="fas fa-clock"></i>
125
+ </div>
126
+ <h3 class="font-bold text-xl mb-2">Quick Turnaround</h3>
127
+ <p class="text-gray-600">Fast delivery options from 3 days to 2 weeks depending on your timeline.</p>
128
+ </div>
129
+
130
+ <div class="bg-gray-50 p-6 rounded-lg">
131
+ <div class="text-indigo-600 mb-4 text-2xl">
132
+ <i class="fas fa-check-circle"></i>
133
+ </div>
134
+ <h3 class="font-bold text-xl mb-2">Satisfaction Guaranteed</h3>
135
+ <p class="text-gray-600">Unlimited revisions until you're completely happy with your design.</p>
136
+ </div>
137
+
138
+ <div class="bg-gray-50 p-6 rounded-lg">
139
+ <div class="text-indigo-600 mb-4 text-2xl">
140
+ <i class="fas fa-sliders-h"></i>
141
+ </div>
142
+ <h3 class="font-bold text-xl mb-2">Custom Options</h3>
143
+ <p class="text-gray-600">Personalize every aspect or choose from our curated template collection.</p>
144
+ </div>
145
+
146
+ <div class="bg-gray-50 p-6 rounded-lg">
147
+ <div class="text-indigo-600 mb-4 text-2xl">
148
+ <i class="fas fa-headset"></i>
149
+ </div>
150
+ <h3 class="font-bold text-xl mb-2">24/7 Support</h3>
151
+ <p class="text-gray-600">Get help whenever you need it with our dedicated customer support team.</p>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </section>
156
+
157
+ <!-- Template Gallery -->
158
+ <section id="templates" class="py-20 bg-gray-50">
159
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
160
+ <div class="text-center mb-16">
161
+ <h2 class="text-3xl font-bold mb-4">Beautiful Template Gallery</h2>
162
+ <p class="text-gray-600 max-w-2xl mx-auto">Choose from our curated collection of professional invitation templates, each designed to make your event memorable.</p>
163
+ </div>
164
+
165
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
166
+ <!-- Template 1 -->
167
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
168
+ <div class="relative pt-3/4">
169
+ <img src="https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Elegant Wedding" class="w-full h-64 object-cover">
170
+ </div>
171
+ <div class="p-6">
172
+ <div class="flex justify-between items-start mb-2">
173
+ <h3 class="font-bold text-xl">Elegant Wedding</h3>
174
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
175
+ <span>4.9</span>
176
+ <i class="fas fa-star ml-1"></i>
177
+ </div>
178
+ </div>
179
+ <p class="text-gray-600 mb-4">1,250 downloads • Free with timeline</p>
180
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Template 2 -->
185
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
186
+ <div class="relative pt-3/4">
187
+ <img src="https://images.unsplash.com/photo-1511795409834-ef04bbd61622?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Modern Birthday" class="w-full h-64 object-cover">
188
+ </div>
189
+ <div class="p-6">
190
+ <div class="flex justify-between items-start mb-2">
191
+ <h3 class="font-bold text-xl">Modern Birthday</h3>
192
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
193
+ <span>4.8</span>
194
+ <i class="fas fa-star ml-1"></i>
195
+ </div>
196
+ </div>
197
+ <p class="text-gray-600 mb-4">890 downloads • Free with timeline</p>
198
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Template 3 -->
203
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
204
+ <div class="relative pt-3/4">
205
+ <img src="https://images.unsplash.com/photo-1499728603263-13726abce5fd?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Corporate Event" class="w-full h-64 object-cover">
206
+ </div>
207
+ <div class="p-6">
208
+ <div class="flex justify-between items-start mb-2">
209
+ <h3 class="font-bold text-xl">Corporate Event</h3>
210
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
211
+ <span>4.7</span>
212
+ <i class="fas fa-star ml-1"></i>
213
+ </div>
214
+ </div>
215
+ <p class="text-gray-600 mb-4">670 downloads • Free with timeline</p>
216
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Template 4 -->
221
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
222
+ <div class="relative pt-3/4">
223
+ <img src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Baby Shower Bliss" class="w-full h-64 object-cover">
224
+ </div>
225
+ <div class="p-6">
226
+ <div class="flex justify-between items-start mb-2">
227
+ <h3 class="font-bold text-xl">Baby Shower Bliss</h3>
228
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
229
+ <span>4.9</span>
230
+ <i class="fas fa-star ml-1"></i>
231
+ </div>
232
+ </div>
233
+ <p class="text-gray-600 mb-4">1,050 downloads • Free with timeline</p>
234
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Template 5 -->
239
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
240
+ <div class="relative pt-3/4">
241
+ <img src="https://images.unsplash.com/photo-1541178735493-479c1a27ed24?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Graduation Celebration" class="w-full h-64 object-cover">
242
+ </div>
243
+ <div class="p-6">
244
+ <div class="flex justify-between items-start mb-2">
245
+ <h3 class="font-bold text-xl">Graduation Celebration</h3>
246
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
247
+ <span>4.6</span>
248
+ <i class="fas fa-star ml-1"></i>
249
+ </div>
250
+ </div>
251
+ <p class="text-gray-600 mb-4">520 downloads • Free with timeline</p>
252
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Template 6 -->
257
+ <div class="bg-white rounded-lg overflow-hidden shadow-md template-card transition duration-300">
258
+ <div class="relative pt-3/4">
259
+ <img src="https://images.unsplash.com/photo-1513889961551-628c1e5e2ee9?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Holiday Festive" class="w-full h-64 object-cover">
260
+ </div>
261
+ <div class="p-6">
262
+ <div class="flex justify-between items-start mb-2">
263
+ <h3 class="font-bold text-xl">Holiday Festive</h3>
264
+ <div class="flex items-center bg-indigo-100 text-indigo-800 px-2 py-1 rounded-full text-xs">
265
+ <span>4.8</span>
266
+ <i class="fas fa-star ml-1"></i>
267
+ </div>
268
+ </div>
269
+ <p class="text-gray-600 mb-4">780 downloads • Free with timeline</p>
270
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">View Template</button>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="mt-16 text-center">
276
+ <div class="max-w-2xl mx-auto bg-gradient-to-r from-indigo-500 to-purple-600 p-1 rounded-lg">
277
+ <div class="bg-white rounded-lg p-8">
278
+ <h3 class="text-2xl font-bold mb-4">Need Something Unique?</h3>
279
+ <p class="text-gray-600 mb-6">Can't find the perfect template? Our designers can create a completely custom invitation just for you.</p>
280
+ <button class="bg-gradient-to-r from-indigo-500 to-purple-600 text-white px-8 py-3 rounded-md hover:from-indigo-600 hover:to-purple-700 transition duration-300">Request Custom Design</button>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </section>
286
+
287
+ <!-- Testimonials -->
288
+ <section id="testimonials" class="py-20 bg-white">
289
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
290
+ <div class="text-center mb-16">
291
+ <h2 class="text-3xl font-bold mb-4">Loved by Thousands of Customers</h2>
292
+ <p class="text-gray-600 max-w-2xl mx-auto">Join the growing community of satisfied customers who trust APdesign for their special occasions.</p>
293
+ </div>
294
+
295
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
296
+ <!-- Testimonial 1 -->
297
+ <div class="bg-gray-50 p-6 rounded-lg">
298
+ <div class="flex items-center mb-4">
299
+ <div class="w-12 h-12 rounded-full bg-indigo-100 flex items-center justify-center text-indigo-600 font-bold mr-4">SJ</div>
300
+ <div>
301
+ <h4 class="font-bold">Sarah Johnson</h4>
302
+ <p class="text-gray-600 text-sm">Wedding Planner</p>
303
+ </div>
304
+ </div>
305
+ <p class="text-gray-700 italic">"APdesign saved me hours of work! The templates are gorgeous and my clients absolutely love the digital invitations. The RSVP tracking feature is a game-changer."</p>
306
+ </div>
307
+
308
+ <!-- Testimonial 2 -->
309
+ <div class="bg-gray-50 p-6 rounded-lg">
310
+ <div class="flex items-center mb-4">
311
+ <img src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop&crop=face" alt="Michael Chen" class="w-12 h-12 rounded-full object-cover mr-4">
312
+ <div>
313
+ <h4 class="font-bold">Michael Chen</h4>
314
+ <p class="text-gray-600 text-sm">Event Coordinator</p>
315
+ </div>
316
+ </div>
317
+ <p class="text-gray-700 italic">"Professional quality designs at a fraction of the cost of traditional printing. The customization options are endless and the customer support is exceptional."</p>
318
+ </div>
319
+
320
+ <!-- Testimonial 3 -->
321
+ <div class="bg-gray-50 p-6 rounded-lg">
322
+ <div class="flex items-center mb-4">
323
+ <img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop&crop=face" alt="Emily Rodriguez" class="w-12 h-12 rounded-full object-cover mr-4">
324
+ <div>
325
+ <h4 class="font-bold">Emily Rodriguez</h4>
326
+ <p class="text-gray-600 text-sm">Small Business Owner</p>
327
+ </div>
328
+ </div>
329
+ <p class="text-gray-700 italic">"I use APdesign for all my corporate events. The templates look professional and the ability to send instantly to hundreds of contacts is incredible."</p>
330
+ </div>
331
+
332
+ <!-- Testimonial 4 -->
333
+ <div class="bg-gray-50 p-6 rounded-lg">
334
+ <div class="flex items-center mb-4">
335
+ <img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&crop=face" alt="David Kim" class="w-12 h-12 rounded-full object-cover mr-4">
336
+ <div>
337
+ <h4 class="font-bold">David Kim</h4>
338
+ <p class="text-gray-600 text-sm">Party Host</p>
339
+ </div>
340
+ </div>
341
+ <p class="text-gray-700 italic">"Created a stunning birthday invitation in under 10 minutes! The interface is so user-friendly and the results look like they were designed by a professional."</p>
342
+ </div>
343
+
344
+ <!-- Testimonial 5 -->
345
+ <div class="bg-gray-50 p-6 rounded-lg">
346
+ <div class="flex items-center mb-4">
347
+ <img src="https://images.unsplash.com/photo-1544725176-7c40e5a71c5e?w=150&h=150&fit=crop&crop=face" alt="Lisa Thompson" class="w-12 h-12 rounded-full object-cover mr-4">
348
+ <div>
349
+ <h4 class="font-bold">Lisa Thompson</h4>
350
+ <p class="text-gray-600 text-sm">Marketing Manager</p>
351
+ </div>
352
+ </div>
353
+ <p class="text-gray-700 italic">"The analytics and RSVP tracking features help me plan better events. Plus, going digital aligns with our company's sustainability goals."</p>
354
+ </div>
355
+
356
+ <!-- Testimonial 6 -->
357
+ <div class="bg-gray-50 p-6 rounded-lg">
358
+ <div class="flex items-center mb-4">
359
+ <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&crop=face" alt="James Wilson" class="w-12 h-12 rounded-full object-cover mr-4">
360
+ <div>
361
+ <h4 class="font-bold">James Wilson</h4>
362
+ <p class="text-gray-600 text-sm">Groom</p>
363
+ </div>
364
+ </div>
365
+ <p class="text-gray-700 italic">"Our wedding invitations were absolutely perfect! The process was so smooth and we saved hundreds compared to traditional printing."</p>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </section>
370
+
371
+ <!-- Pricing -->
372
+ <section id="pricing" class="py-20 bg-gray-50">
373
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
374
+ <h2 class="text-3xl font-bold mb-4">Quick Pricing</h2>
375
+ <p class="text-gray-600 max-w-2xl mx-auto mb-16">Choose the perfect timeline for your event</p>
376
+
377
+ <div class="grid md:grid-cols-3 gap-8">
378
+ <!-- Pricing Card 1 -->
379
+ <div class="bg-white p-8 rounded-lg shadow-md pricing-card transition duration-300">
380
+ <h3 class="text-xl font-bold mb-2">15 Days</h3>
381
+ <p class="text-4xl font-bold text-indigo-600 mb-4">$8</p>
382
+ <ul class="text-left text-gray-600 mb-6">
383
+ <li class="mb-2 flex items-start">
384
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
385
+ <span>Access to all templates</span>
386
+ </li>
387
+ <li class="mb-2 flex items-start">
388
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
389
+ <span>Unlimited revisions</span>
390
+ </li>
391
+ <li class="mb-2 flex items-start">
392
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
393
+ <span>Multiple formats</span>
394
+ </li>
395
+ <li class="flex items-start">
396
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
397
+ <span>Basic RSVP tracking</span>
398
+ </li>
399
+ </ul>
400
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">Select Plan</button>
401
+ </div>
402
+
403
+ <!-- Pricing Card 2 (Highlighted) -->
404
+ <div class="bg-gradient-to-b from-indigo-600 to-indigo-700 text-white p-8 rounded-lg shadow-lg pricing-card transition duration-300 transform">
405
+ <div class="mb-4">
406
+ <span class="bg-yellow-400 text-gray-800 text-xs font-bold px-3 py-1 rounded-full uppercase">Popular</span>
407
+ </div>
408
+ <h3 class="text-xl font-bold mb-2">1 Week</h3>
409
+ <p class="text-4xl font-bold mb-4">$15</p>
410
+ <ul class="text-left mb-6">
411
+ <li class="mb-2 flex items-start">
412
+ <i class="fas fa-check text-white mr-2 mt-1"></i>
413
+ <span>Everything in 15 Days</span>
414
+ </li>
415
+ <li class="mb-2 flex items-start">
416
+ <i class="fas fa-check text-white mr-2 mt-1"></i>
417
+ <span>Priority support</span>
418
+ </li>
419
+ <li class="mb-2 flex items-start">
420
+ <i class="fas fa-check text-white mr-2 mt-1"></i>
421
+ <span>Advanced RSVP tracking</span>
422
+ </li>
423
+ <li class="flex items-start">
424
+ <i class="fas fa-check text-white mr-2 mt-1"></i>
425
+ <span>Custom color palette</span>
426
+ </li>
427
+ </ul>
428
+ <button class="w-full bg-white text-indigo-600 py-2 rounded-md hover:bg-gray-100 transition duration-300 font-bold">Select Plan</button>
429
+ </div>
430
+
431
+ <!-- Pricing Card 3 -->
432
+ <div class="bg-white p-8 rounded-lg shadow-md pricing-card transition duration-300">
433
+ <h3 class="text-xl font-bold mb-2">3 Days</h3>
434
+ <p class="text-4xl font-bold text-indigo-600 mb-4">$20</p>
435
+ <ul class="text-left text-gray-600 mb-6">
436
+ <li class="mb-2 flex items-start">
437
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
438
+ <span>Everything in 1 Week</span>
439
+ </li>
440
+ <li class="mb-2 flex items-start">
441
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
442
+ <span>Dedicated designer</span>
443
+ </li>
444
+ <li class="mb-2 flex items-start">
445
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
446
+ <span>Premium RSVP analytics</span>
447
+ </li>
448
+ <li class="flex items-start">
449
+ <i class="fas fa-check text-green-500 mr-2 mt-1"></i>
450
+ <span>Social media integration</span>
451
+ </li>
452
+ </ul>
453
+ <button class="w-full bg-indigo-600 text-white py-2 rounded-md hover:bg-indigo-700 transition duration-300">Select Plan</button>
454
+ </div>
455
+ </div>
456
+
457
+ <div class="mt-8 text-gray-600">
458
+ <p><i class="fas fa-download text-indigo-600 mr-2"></i> Instant Download • <i class="fas fa-headset text-indigo-600 mr-2 ml-4"></i> 24/7 Support • <span class="text-red-500 ml-4"><i class="fas fa-clock mr-2"></i> Limited Time</span></p>
459
+ </div>
460
+ </div>
461
+ </section>
462
+
463
+ <!-- Footer -->
464
+ <footer class="bg-gray-900 text-white py-12">
465
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
466
+ <div class="grid md:grid-cols-4 gap-8">
467
+ <div>
468
+ <h3 class="text-2xl font-bold mb-4">APdesign</h3>
469
+ <p class="text-gray-400">Premium digital invitations for all your special occasions.</p>
470
+ </div>
471
+
472
+ <div>
473
+ <h4 class="font-bold text-lg mb-4">Templates</h4>
474
+ <ul class="space-y-2 text-gray-400">
475
+ <li><a href="#" class="hover:text-white transition duration-300">Weddings</a></li>
476
+ <li><a href="#" class="hover:text-white transition duration-300">Birthdays</a></li>
477
+ <li><a href="#" class="hover:text-white transition duration-300">Corporate</a></li>
478
+ <li><a href="#" class="hover:text-white transition duration-300">Baby Showers</a></li>
479
+ </ul>
480
+ </div>
481
+
482
+ <div>
483
+ <h4 class="font-bold text-lg mb-4">Resources</h4>
484
+ <ul class="space-y-2 text-gray-400">
485
+ <li><a href="#" class="hover:text-white transition duration-300">Blog</a></li>
486
+ <li><a href="#" class="hover:text-white transition duration-300">Help Center</a></li>
487
+ <li><a href="#" class="hover:text-white transition duration-300">Tutorials</a></li>
488
+ <li><a href="#" class="hover:text-white transition duration-300">FAQ</a></li>
489
+ </ul>
490
+ </div>
491
+
492
+ <div>
493
+ <h4 class="font-bold text-lg mb-4">Connect</h4>
494
+ <div class="flex space-x-4 mb-4">
495
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300">
496
+ <i class="fab fa-facebook-f"></i>
497
+ </a>
498
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300">
499
+ <i class="fab fa-twitter"></i>
500
+ </a>
501
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300">
502
+ <i class="fab fa-instagram"></i>
503
+ </a>
504
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-indigo-600 transition duration-300">
505
+ <i class="fab fa-pinterest"></i>
506
+ </a>
507
+ </div>
508
+ <p class="text-gray-400">Subscribe to our newsletter</p>
509
+ <div class="mt-2 flex">
510
+ <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-md w-full text-gray-900 focus:outline-none">
511
+ <button class="bg-indigo-600 px-4 py-2 rounded-r-md hover:bg-indigo-700 transition duration-300">
512
+ <i class="fas fa-paper-plane"></i>
513
+ </button>
514
+ </div>
515
+ </div>
516
+ </div>
517
+
518
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
519
+ <p class="text-gray-400">© 2025 APdesign. All rights reserved.</p>
520
+ <div class="flex space-x-6 mt-4 md:mt-0">
521
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy Policy</a>
522
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms of Service</a>
523
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">Cookie Policy</a>
524
+ </div>
525
+ </div>
526
+ </div>
527
+ </footer>
528
+
529
+ <script>
530
+ // Simple animation for elements when they come into view
531
+ document.addEventListener('DOMContentLoaded', function() {
532
+ const animateOnScroll = function() {
533
+ const elements = document.querySelectorAll('.template-card, .pricing-card, [class*="grid"] > div');
534
+
535
+ elements.forEach(element => {
536
+ const elementPosition = element.getBoundingClientRect().top;
537
+ const screenPosition = window.innerHeight / 1.3;
538
+
539
+ if(elementPosition < screenPosition) {
540
+ element.style.opacity = '1';
541
+ element.style.transform = 'translateY(0)';
542
+ }
543
+ });
544
+ };
545
+
546
+ // Set initial state
547
+ document.querySelectorAll('.template-card, .pricing-card, [class*="grid"] > div').forEach(el => {
548
+ el.style.opacity = '0';
549
+ el.style.transform = 'translateY(20px)';
550
+ el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
551
+ });
552
+
553
+ window.addEventListener('scroll', animateOnScroll);
554
+ animateOnScroll(); // Run once on load
555
+ });
556
+ </script>
557
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Paaaandian/apcrafts" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
558
+ </html>