bibbler commited on
Commit
773fe0c
·
verified ·
1 Parent(s): 73ea5c2

can you recreate this reference image landing page? - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +479 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Crft Reference
3
- emoji: 🐨
4
- colorFrom: green
5
- colorTo: pink
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: crft-reference
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: purple
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,480 @@
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>CRFT Lookup - Free BuiltWith Alternative</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></script>
12
+ <style>
13
+ .gradient-text {
14
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
15
+ -webkit-background-clip: text;
16
+ background-clip: text;
17
+ color: transparent;
18
+ }
19
+ .feature-card:hover {
20
+ transform: translateY(-5px);
21
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
22
+ }
23
+ </style>
24
+ </head>
25
+ <body class="bg-white font-sans antialiased">
26
+ <!-- Navigation -->
27
+ <nav class="bg-white border-b border-gray-100 py-4 sticky top-0 z-50">
28
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
29
+ <div class="flex justify-between h-16">
30
+ <div class="flex items-center">
31
+ <a href="#" class="flex-shrink-0 flex items-center">
32
+ <span class="text-2xl font-bold gradient-text">CRFT</span>
33
+ </a>
34
+ <div class="hidden sm:ml-10 sm:flex sm:space-x-8">
35
+ <a href="#" class="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-indigo-500 text-sm font-medium">Services</a>
36
+ <a href="#" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Customers</a>
37
+ <a href="#" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">About Us</a>
38
+ <a href="#" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Pricing</a>
39
+ </div>
40
+ </div>
41
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
42
+ <a href="#" class="text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Blog</a>
43
+ <a href="#" class="text-gray-500 hover:text-gray-700 px-3 py-2 rounded-md text-sm font-medium">Glossary</a>
44
+ <a href="#" class="ml-4 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Lookup</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </nav>
49
+
50
+ <!-- Hero Section -->
51
+ <div class="relative bg-white overflow-hidden">
52
+ <div class="max-w-7xl mx-auto">
53
+ <div class="relative z-10 pb-8 bg-white sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
54
+ <main class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
55
+ <div class="sm:text-center lg:text-left">
56
+ <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
57
+ <span class="block">The CRFT Lookup,</span>
58
+ <span class="block gradient-text">a free BuiltWith alternative</span>
59
+ </h1>
60
+ <p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
61
+ The CRFT Lookup is the free alternative to BuiltWith for up-to-date website technology detection, with added performance benchmarks, meta tag previews and sitemap visualization.
62
+ </p>
63
+ <div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
64
+ <div class="rounded-md shadow">
65
+ <a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
66
+ Scan a website
67
+ </a>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ </main>
72
+ </div>
73
+ </div>
74
+ <div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
75
+ <img class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full" src="https://www.crft.studio/_astro/lookup-overview.Dsrgn2nw_Z1FYMd.webp" alt="CRFT Lookup report on TailwindCSS">
76
+ </div>
77
+ </div>
78
+
79
+ <!-- Features Grid -->
80
+ <div class="py-12 bg-gray-50">
81
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
82
+ <div class="lg:text-center">
83
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
84
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
85
+ Everything you need to analyze websites
86
+ </p>
87
+ </div>
88
+
89
+ <div class="mt-10">
90
+ <div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-3">
91
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
92
+ <div class="px-4 py-5 sm:p-6">
93
+ <div class="flex items-center">
94
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
95
+ <i data-feather="layers" class="text-white"></i>
96
+ </div>
97
+ <div class="ml-5 w-0 flex-1">
98
+ <h3 class="text-lg font-medium text-gray-900">Technology Checker</h3>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
105
+ <div class="px-4 py-5 sm:p-6">
106
+ <div class="flex items-center">
107
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
108
+ <i data-feather="bar-chart-2" class="text-white"></i>
109
+ </div>
110
+ <div class="ml-5 w-0 flex-1">
111
+ <h3 class="text-lg font-medium text-gray-900">Performance Scores</h3>
112
+ </div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
118
+ <div class="px-4 py-5 sm:p-6">
119
+ <div class="flex items-center">
120
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
121
+ <i data-feather="eye" class="text-white"></i>
122
+ </div>
123
+ <div class="ml-5 w-0 flex-1">
124
+ <h3 class="text-lg font-medium text-gray-900">Meta Preview</h3>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
131
+ <div class="px-4 py-5 sm:p-6">
132
+ <div class="flex items-center">
133
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
134
+ <i data-feather="search" class="text-white"></i>
135
+ </div>
136
+ <div class="ml-5 w-0 flex-1">
137
+ <h3 class="text-lg font-medium text-gray-900">SEO Analysis</h3>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
144
+ <div class="px-4 py-5 sm:p-6">
145
+ <div class="flex items-center">
146
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
147
+ <i data-feather="users" class="text-white"></i>
148
+ </div>
149
+ <div class="ml-5 w-0 flex-1">
150
+ <h3 class="text-lg font-medium text-gray-900">Accessibility Check</h3>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="feature-card bg-white overflow-hidden shadow rounded-lg transition-all duration-300 ease-in-out">
157
+ <div class="px-4 py-5 sm:p-6">
158
+ <div class="flex items-center">
159
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3">
160
+ <i data-feather="map" class="text-white"></i>
161
+ </div>
162
+ <div class="ml-5 w-0 flex-1">
163
+ <h3 class="text-lg font-medium text-gray-900">Sitemap Visualization</h3>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Tech Stack Section -->
174
+ <div class="py-12 bg-white">
175
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
176
+ <div class="lg:text-center">
177
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Technology Detection</h2>
178
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
179
+ Comprehensive tech stack detection
180
+ </p>
181
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
182
+ Identify frameworks, CMS platforms, analytics tools, and more with our powerful technology detection engine.
183
+ </p>
184
+ </div>
185
+
186
+ <div class="mt-10">
187
+ <div class="grid grid-cols-2 gap-8 md:grid-cols-4">
188
+ <div class="col-span-1 flex justify-center">
189
+ <div class="flex items-center">
190
+ <img class="h-12" src="https://www.crft.studio/icons/React.svg" alt="React">
191
+ <div class="ml-3">
192
+ <h3 class="text-sm font-medium text-gray-900">React</h3>
193
+ <p class="text-xs text-gray-500">JavaScript library</p>
194
+ </div>
195
+ </div>
196
+ </div>
197
+ <div class="col-span-1 flex justify-center">
198
+ <div class="flex items-center">
199
+ <img class="h-12" src="https://www.crft.studio/icons/Next.js.svg" alt="Next.js">
200
+ <div class="ml-3">
201
+ <h3 class="text-sm font-medium text-gray-900">Next.js</h3>
202
+ <p class="text-xs text-gray-500">React framework</p>
203
+ </div>
204
+ </div>
205
+ </div>
206
+ <div class="col-span-1 flex justify-center">
207
+ <div class="flex items-center">
208
+ <img class="h-12" src="https://www.crft.studio/icons/Linkedin.svg" alt="LinkedIn">
209
+ <div class="ml-3">
210
+ <h3 class="text-sm font-medium text-gray-900">LinkedIn Tag</h3>
211
+ <p class="text-xs text-gray-500">Conversion tracking</p>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ <div class="col-span-1 flex justify-center">
216
+ <div class="flex items-center">
217
+ <img class="h-12" src="https://www.crft.studio/icons/Hotjar.svg" alt="Hotjar">
218
+ <div class="ml-3">
219
+ <h3 class="text-sm font-medium text-gray-900">Hotjar</h3>
220
+ <p class="text-xs text-gray-500">Analytics tools</p>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Performance Section -->
230
+ <div class="py-12 bg-gray-50">
231
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
232
+ <div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
233
+ <div>
234
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
235
+ Performance benchmarks with Lighthouse
236
+ </h2>
237
+ <p class="mt-3 text-lg text-gray-500">
238
+ Go beyond tech detection with integrated Google Lighthouse scoring. Analyze performance, accessibility, SEO, and best practices to understand how well a website is built using its detected technologies.
239
+ </p>
240
+ <div class="mt-8 sm:flex">
241
+ <div class="rounded-md shadow">
242
+ <a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
243
+ Scan a website
244
+ </a>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ <div class="mt-12 lg:mt-0">
249
+ <img class="w-full rounded-lg shadow-xl" src="https://www.crft.studio/_astro/tailwind-lh-screenshot.BdK8d8_3_ZgQBVX.webp" alt="TailwindCSS Lighthouse Report">
250
+ </div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Comparison Section -->
256
+ <div class="bg-white py-12">
257
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
258
+ <div class="lg:text-center">
259
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Comparison</h2>
260
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
261
+ How we stack up
262
+ </p>
263
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
264
+ See how CRFT Lookup compares to BuiltWith in features and capabilities.
265
+ </p>
266
+ </div>
267
+
268
+ <div class="mt-10">
269
+ <div class="flex flex-col">
270
+ <div class="-my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
271
+ <div class="py-2 align-middle inline-block min-w-full sm:px-6 lg:px-8">
272
+ <div class="shadow overflow-hidden border-b border-gray-200 sm:rounded-lg">
273
+ <table class="min-w-full divide-y divide-gray-200">
274
+ <thead class="bg-gray-50">
275
+ <tr>
276
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
277
+ Feature
278
+ </th>
279
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
280
+ CRFT Lookup
281
+ </th>
282
+ <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
283
+ BuiltWith
284
+ </th>
285
+ </tr>
286
+ </thead>
287
+ <tbody class="bg-white divide-y divide-gray-200">
288
+ <tr>
289
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">
290
+ Technology Detection
291
+ </td>
292
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
293
+ <i data-feather="check" class="text-green-500"></i>
294
+ </td>
295
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
296
+ <i data-feather="check" class="text-green-500"></i>
297
+ </td>
298
+ </tr>
299
+ <tr>
300
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">
301
+ Lighthouse Analysis
302
+ </td>
303
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
304
+ <i data-feather="check" class="text-green-500"></i>
305
+ </td>
306
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
307
+ <i data-feather="x" class="text-red-500"></i>
308
+ </td>
309
+ </tr>
310
+ <tr>
311
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">
312
+ Meta Tag Previews
313
+ </td>
314
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
315
+ <i data-feather="check" class="text-green-500"></i>
316
+ </td>
317
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
318
+ <i data-feather="x" class="text-red-500"></i>
319
+ </td>
320
+ </tr>
321
+ <tr>
322
+ <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">
323
+ Free, Unlimited Usage
324
+ </td>
325
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
326
+ <i data-feather="check" class="text-green-500"></i>
327
+ </td>
328
+ <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
329
+ <i data-feather="x" class="text-red-500"></i>
330
+ </td>
331
+ </tr>
332
+ </tbody>
333
+ </table>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- CTA Section -->
343
+ <div class="bg-indigo-700">
344
+ <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
345
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
346
+ <span class="block">Get the complete technical profile</span>
347
+ <span class="block">of any website</span>
348
+ </h2>
349
+ <p class="mt-4 text-lg leading-6 text-indigo-200">
350
+ Discover what technologies power any website, visualize their sitemap structure, analyze their performance with Lighthouse scores, and preview how they appear across social platforms with meta tag previews - all in one free tool.
351
+ </p>
352
+ <a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto">
353
+ Scan a website
354
+ </a>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Footer -->
359
+ <footer class="bg-gray-800">
360
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
361
+ <div class="xl:grid xl:grid-cols-3 xl:gap-8">
362
+ <div class="space-y-8 xl:col-span-1">
363
+ <span class="text-2xl font-bold text-white">CRFT</span>
364
+ <p class="text-gray-300 text-base">
365
+ We design and develop beautiful, performant, and maintainable websites for the best marketing teams.
366
+ </p>
367
+ <div class="flex space-x-6">
368
+ <a href="#" class="text-gray-400 hover:text-gray-300">
369
+ <i data-feather="twitter"></i>
370
+ </a>
371
+ <a href="#" class="text-gray-400 hover:text-gray-300">
372
+ <i data-feather="github"></i>
373
+ </a>
374
+ <a href="#" class="text-gray-400 hover:text-gray-300">
375
+ <i data-feather="linkedin"></i>
376
+ </a>
377
+ </div>
378
+ </div>
379
+ <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
380
+ <div class="md:grid md:grid-cols-2 md:gap-8">
381
+ <div>
382
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
383
+ Company
384
+ </h3>
385
+ <ul class="mt-4 space-y-4">
386
+ <li>
387
+ <a href="#" class="text-base text-gray-300 hover:text-white">
388
+ Services
389
+ </a>
390
+ </li>
391
+ <li>
392
+ <a href="#" class="text-base text-gray-300 hover:text-white">
393
+ Customers
394
+ </a>
395
+ </li>
396
+ <li>
397
+ <a href="#" class="text-base text-gray-300 hover:text-white">
398
+ About Us
399
+ </a>
400
+ </li>
401
+ <li>
402
+ <a href="#" class="text-base text-gray-300 hover:text-white">
403
+ Pricing
404
+ </a>
405
+ </li>
406
+ </ul>
407
+ </div>
408
+ <div class="mt-12 md:mt-0">
409
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
410
+ Resources
411
+ </h3>
412
+ <ul class="mt-4 space-y-4">
413
+ <li>
414
+ <a href="#" class="text-base text-gray-300 hover:text-white">
415
+ Glossary
416
+ </a>
417
+ </li>
418
+ <li>
419
+ <a href="#" class="text-base text-gray-300 hover:text-white">
420
+ Blog
421
+ </a>
422
+ </li>
423
+ <li>
424
+ <a href="#" class="text-base text-gray-300 hover:text-white">
425
+ FAQ
426
+ </a>
427
+ </li>
428
+ <li>
429
+ <a href="#" class="text-base text-gray-300 hover:text-white">
430
+ Contact Us
431
+ </a>
432
+ </li>
433
+ </ul>
434
+ </div>
435
+ </div>
436
+ <div class="md:grid md:grid-cols-2 md:gap-8">
437
+ <div>
438
+ <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
439
+ Lookup
440
+ </h3>
441
+ <ul class="mt-4 space-y-4">
442
+ <li>
443
+ <a href="#" class="text-base text-gray-300 hover:text-white">
444
+ Technology Detection
445
+ </a>
446
+ </li>
447
+ <li>
448
+ <a href="#" class="text-base text-gray-300 hover:text-white">
449
+ Lighthouse Scoring
450
+ </a>
451
+ </li>
452
+ <li>
453
+ <a href="#" class="text-base text-gray-300 hover:text-white">
454
+ Meta Tag Previews
455
+ </a>
456
+ </li>
457
+ <li>
458
+ <a href="#" class="text-base text-gray-300 hover:text-white">
459
+ Sitemap Visualization
460
+ </a>
461
+ </li>
462
+ </ul>
463
+ </div>
464
+ </div>
465
+ </div>
466
+ </div>
467
+ <div class="mt-12 border-t border-gray-700 pt-8">
468
+ <p class="text-base text-gray-400 xl:text-center">
469
+ &copy; 2025 CRFT Studio. All rights reserved.
470
+ </p>
471
+ </div>
472
+ </div>
473
+ </footer>
474
+
475
+ <script>
476
+ AOS.init();
477
+ feather.replace();
478
+ </script>
479
+ </body>
480
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ can you recreate this reference image landing page?