medtechdev commited on
Commit
a674220
·
verified ·
1 Parent(s): 5467222

https://www.medicalconsultinggroup.co.uk/ - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +372 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Healthtechconsulting
3
- emoji: 🏆
4
- colorFrom: indigo
5
- colorTo: purple
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: healthtechconsulting
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: red
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,373 @@
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>Medical Consulting Group</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
+ .hero-gradient {
14
+ background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%);
15
+ }
16
+ .service-card:hover {
17
+ transform: translateY(-5px);
18
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
19
+ }
20
+ .testimonial-card {
21
+ background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
22
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
23
+ }
24
+ </style>
25
+ </head>
26
+ <body class="font-sans antialiased text-gray-800">
27
+ <!-- Navigation -->
28
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
29
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
30
+ <div class="flex justify-between h-16">
31
+ <div class="flex items-center">
32
+ <div class="flex-shrink-0 flex items-center">
33
+ <img class="h-8 w-auto" src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d2d6971125b83eabb260b2_MCG%20NAV%20LOGO%201.svg" alt="MCG Logo">
34
+ <img class="h-8 w-auto ml-1" src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d2d6971d5616e15fd4bd58_MCG%20NAV%20LOGO%202.svg" alt="MCG Logo">
35
+ </div>
36
+ </div>
37
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
38
+ <a href="#" class="text-gray-900 hover:text-blue-600 px-3 py-2 text-sm font-medium">Home</a>
39
+ <a href="#" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Why MCG?</a>
40
+ <a href="#" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">About Us</a>
41
+ <a href="#" class="text-gray-500 hover:text-blue-600 px-3 py-2 text-sm font-medium">Insights</a>
42
+ <a href="#" class="flex items-center text-blue-600 px-3 py-2 text-sm font-medium">
43
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d1991bc8400112f2b7bed5_Coral%20icon%20dark.svg" class="h-4 w-4 mr-2" alt="Advisory">
44
+ Advisory Service
45
+ </a>
46
+ <a href="#" class="flex items-center text-yellow-600 px-3 py-2 text-sm font-medium">
47
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d1991bfa2b8da149e31785_Yellow%20Icon%20dark.svg" class="h-4 w-4 mr-2" alt="Expert Matching">
48
+ Expert Matching
49
+ </a>
50
+ <a href="#" class="flex items-center text-purple-600 px-3 py-2 text-sm font-medium">
51
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d1991b49ce628fbe0fcbc8_Violet%20Icon%20dark.svg" class="h-4 w-4 mr-2" alt="Funding">
52
+ Funding Support
53
+ </a>
54
+ </div>
55
+ <div class="-mr-2 flex items-center md:hidden">
56
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
57
+ <i data-feather="menu"></i>
58
+ </button>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </nav>
63
+
64
+ <!-- Hero Section -->
65
+ <div class="hero-gradient">
66
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
67
+ <div class="grid md:grid-cols-2 gap-12 items-center">
68
+ <div data-aos="fade-right">
69
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">Connecting Healthcare Companies with Healthcare Professionals</h1>
70
+ <p class="text-lg text-gray-600 mb-8">Through expert clinical support and our curated network of healthcare expertise, we partner with healthcare innovators to streamline their road to market.</p>
71
+ <div class="flex flex-col sm:flex-row gap-4">
72
+ <a href="#" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md font-medium transition duration-300">View services</a>
73
+ <a href="#" class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-6 py-3 rounded-md font-medium transition duration-300">Find the right support</a>
74
+ </div>
75
+ </div>
76
+ <div data-aos="fade-left" class="relative">
77
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d036b532fd60b109e0a05b_Hero%20Weave%202.svg" class="absolute -top-10 -left-10 w-32 h-32 opacity-70">
78
+ <div class="grid grid-cols-2 gap-4">
79
+ <div class="space-y-4">
80
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67cfeffaff85e927f4031aeb_man%20talking.webp" class="rounded-lg shadow-lg w-full h-auto">
81
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67cfef6f814ec65c9f124e33_man%20with%20beard.webp" class="rounded-lg shadow-lg w-full h-auto">
82
+ </div>
83
+ <div class="space-y-4 pt-8">
84
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67cff10d9236f5e09fdeef09_doctor%20at%20table.webp" class="rounded-lg shadow-lg w-full h-auto">
85
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67cff1cfa51c95bd455c7f80_expert%20on%20laptop.webp" class="rounded-lg shadow-lg w-full h-auto">
86
+ </div>
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+
93
+ <!-- Trusted By Section -->
94
+ <div class="bg-gray-50 py-16">
95
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
96
+ <h3 class="text-center text-gray-500 text-sm font-semibold mb-8">TRUSTED BY</h3>
97
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-8 items-center">
98
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/681a5cd721c8ac04a9fd0579_1.%20Proteotype%20Diagnostics%20copy.webp" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
99
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c8014a609ff1167d2c791d_logo-2.png" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
100
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c800b417479bf596902f31_CIS-Oncology.png" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
101
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/681a5cfd6ab11bd9bd7eaaab_4.%20ANIMA.png" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
102
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c8018915f607f63d778f41_Megi-Health_logo-1024x403.png" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
103
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c800e6a2903bfc91893482_Transparent%20Logo.png.avif" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
104
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/681a5d17584390cc403064ea_7.%20dxs.png" class="h-12 w-auto mx-auto grayscale hover:grayscale-0 transition duration-300">
105
+ </div>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Latest Posts Section -->
110
+ <div class="py-20 bg-white">
111
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
112
+ <div class="text-center mb-16">
113
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Latest posts</h2>
114
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">The latest guidance, insights and information for businesses on navigating healthcare.</p>
115
+ <a href="#" class="inline-block mt-6 text-blue-600 hover:text-blue-800 font-medium">View all posts →</a>
116
+ </div>
117
+
118
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
119
+ <!-- Post 1 -->
120
+ <div class="rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up">
121
+ <img src="https://cdn.prod.website-files.com/67c8aaf83d5d440051f58cb5/68ae226df94cc3a3e293f24c_Copy%20of%20How%20to%20promote%20clinical%20adoption%20for%20health%20technologies.png" class="w-full h-48 object-cover">
122
+ <div class="p-6">
123
+ <div class="flex items-center text-sm text-gray-500 mb-2">
124
+ <span>Clinical Insights</span>
125
+ <span class="mx-2">•</span>
126
+ <span>8 min read</span>
127
+ </div>
128
+ <h3 class="text-xl font-bold text-gray-900 mb-3">⛓️‍💥 How To Break Into HealthTech as a Clinician</h3>
129
+ <p class="text-gray-600 mb-4">A practical guide on how to navigate the HealthTech industry.</p>
130
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
131
+ Read more
132
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
133
+ </a>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Post 2 -->
138
+ <div class="rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100">
139
+ <img src="https://cdn.prod.website-files.com/67c8aaf83d5d440051f58cb5/68ae210ff94cc3a3e2936903_How%20and%20when%20to%20sell%20to%20the%20NHS.png" class="w-full h-48 object-cover">
140
+ <div class="p-6">
141
+ <div class="flex items-center text-sm text-gray-500 mb-2">
142
+ <span>Clinical Insights</span>
143
+ <span class="mx-2">•</span>
144
+ <span>9 min read</span>
145
+ </div>
146
+ <h3 class="text-xl font-bold text-gray-900 mb-3">🗓️How and when to sell to the NHS</h3>
147
+ <p class="text-gray-600 mb-4">A month-by-month guide to aligning your sales strategy with the NHS financial and planning cycle.</p>
148
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
149
+ Read more
150
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
151
+ </a>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Post 3 -->
156
+ <div class="rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
157
+ <img src="https://cdn.prod.website-files.com/67c8aaf83d5d440051f58cb5/68ae20eb351ac4868a64b709_How%20to%20promote%20clinical%20adoption%20for%20health%20technologies.png" class="w-full h-48 object-cover">
158
+ <div class="p-6">
159
+ <div class="flex items-center text-sm text-gray-500 mb-2">
160
+ <span>Clinical Insights</span>
161
+ <span class="mx-2">•</span>
162
+ <span>12 min read</span>
163
+ </div>
164
+ <h3 class="text-xl font-bold text-gray-900 mb-3">⚙️How to promote clinical adoption for health technologies</h3>
165
+ <p class="text-gray-600 mb-4">A practical framework to support clinical adoption of HealthTech products through effective change management.</p>
166
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
167
+ Read more
168
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
169
+ </a>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Services Section -->
177
+ <div class="py-20 bg-gray-50">
178
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
179
+ <div class="text-center mb-16">
180
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Services</h2>
181
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">How we help you make an impact</p>
182
+ </div>
183
+
184
+ <div class="grid md:grid-cols-3 gap-8">
185
+ <!-- Service 1 -->
186
+ <div class="bg-white rounded-xl p-8 service-card transition duration-300" data-aos="fade-up">
187
+ <div class="mb-6">
188
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d02994ccbbedd03b101353_Advisory%20services.webp" class="w-full h-48 object-cover rounded-lg">
189
+ </div>
190
+ <div class="flex items-center mb-4">
191
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d02c64c7d76a0907a09efe_Coral%20icon.svg" class="h-8 w-8 mr-3">
192
+ <h3 class="text-xl font-bold text-gray-900">Commercial and Clinical Advisory Services</h3>
193
+ </div>
194
+ <p class="text-gray-600 mb-6">Our core team (including experienced Clinical Leads, Chief Medical Officers and advisors) advises across a range of clinical areas</p>
195
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
196
+ Learn more
197
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
198
+ </a>
199
+ </div>
200
+
201
+ <!-- Service 2 -->
202
+ <div class="bg-white rounded-xl p-8 service-card transition duration-300" data-aos="fade-up" data-aos-delay="100">
203
+ <div class="mb-6">
204
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d02a87fdc24b1ec544eeb8_Expert%20matching.webp" class="w-full h-48 object-cover rounded-lg">
205
+ </div>
206
+ <div class="flex items-center mb-4">
207
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d02c64f3d29155fe61b924_Yellow%20Icon.svg" class="h-8 w-8 mr-3">
208
+ <h3 class="text-xl font-bold text-gray-900">Clinical Expert Matching</h3>
209
+ </div>
210
+ <p class="text-gray-600 mb-6">Support finding the right clinical and commercial experts for short or long-term advisory services</p>
211
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
212
+ Learn more
213
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
214
+ </a>
215
+ </div>
216
+
217
+ <!-- Service 3 -->
218
+ <div class="bg-white rounded-xl p-8 service-card transition duration-300" data-aos="fade-up" data-aos-delay="200">
219
+ <div class="mb-6">
220
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d0322c9614013a057ff3ed_Fund%20support%202.webp" class="w-full h-48 object-cover rounded-lg">
221
+ </div>
222
+ <div class="flex items-center mb-4">
223
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d02f8bb0c2983782fa161b_Violet%20Icon.svg" class="h-8 w-8 mr-3">
224
+ <h3 class="text-xl font-bold text-gray-900">Funding & Grant Support</h3>
225
+ </div>
226
+ <p class="text-gray-600 mb-6">Guidance and support with grant applications, including input from our expert clinical network</p>
227
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
228
+ Learn more
229
+ <i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
230
+ </a>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Testimonials Section -->
237
+ <div class="py-20 bg-white">
238
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
239
+ <div class="text-center mb-16">
240
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">What our clients say</h2>
241
+ </div>
242
+
243
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
244
+ <!-- Testimonial 1 -->
245
+ <div class="testimonial-card rounded-xl p-8" data-aos="fade-up">
246
+ <div class="flex items-start mb-6">
247
+ <i data-feather="quote" class="text-blue-500 w-8 h-8 mr-3"></i>
248
+ <p class="text-gray-700 italic">"Medical Consulting Group provided us a well evidenced report that was extremely useful in developing our strategy around novel and disruptive technologies."</p>
249
+ </div>
250
+ <div class="flex items-center">
251
+ <div>
252
+ <h4 class="font-bold text-gray-900">Nick Armitage</h4>
253
+ <p class="text-gray-600 text-sm">Governance Pharmacist, CIS Oncology</p>
254
+ </div>
255
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c800b417479bf596902f31_CIS-Oncology.png" class="h-10 w-auto ml-auto">
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Testimonial 2 -->
260
+ <div class="testimonial-card rounded-xl p-8" data-aos="fade-up" data-aos-delay="100">
261
+ <div class="flex items-start mb-6">
262
+ <i data-feather="quote" class="text-blue-500 w-8 h-8 mr-3"></i>
263
+ <p class="text-gray-700 italic">"Coming from a non-health sector background, I found it challenging to connect with the right expertise—until I discovered MCG. They quickly assessed my needs and, within just two weeks, arranged meetings with top-tier subject matter experts."</p>
264
+ </div>
265
+ <div class="flex items-center">
266
+ <div>
267
+ <h4 class="font-bold text-gray-900">Claire Brannigan</h4>
268
+ <p class="text-gray-600 text-sm">Founder, Skin Akin</p>
269
+ </div>
270
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c800e6a2903bfc91893482_Transparent%20Logo.png.avif" class="h-10 w-auto ml-auto">
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Testimonial 3 -->
275
+ <div class="testimonial-card rounded-xl p-8" data-aos="fade-up" data-aos-delay="200">
276
+ <div class="flex items-start mb-6">
277
+ <i data-feather="quote" class="text-blue-500 w-8 h-8 mr-3"></i>
278
+ <p class="text-gray-700 italic">"I cannot recommend Medical Consulting Group highly enough. They've ensured that our products are not only innovative but also safe and effective for real-world application."</p>
279
+ </div>
280
+ <div class="flex items-center">
281
+ <div>
282
+ <h4 class="font-bold text-gray-900">Tatiana Nianiaris</h4>
283
+ <p class="text-gray-600 text-sm">Head of Product, Entia</p>
284
+ </div>
285
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c8014a609ff1167d2c791d_logo-2.png" class="h-10 w-auto ml-auto">
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Newsletter Section -->
293
+ <div class="py-20 bg-blue-600 text-white">
294
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
295
+ <div class="flex justify-center mb-6">
296
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67d0475da1bdfbab96835831_Icon%20white%20fade.svg" class="h-16 w-16">
297
+ </div>
298
+ <h2 class="text-3xl font-bold mb-6">Stay up to date with Medical Consulting Group</h2>
299
+ <p class="text-blue-100 mb-8">Every month, we share insights into navigating healthcare and advice on choosing the right expertise for your company.</p>
300
+
301
+ <form class="max-w-md mx-auto">
302
+ <div class="flex">
303
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-l-md focus:outline-none text-gray-900">
304
+ <button type="submit" class="bg-blue-800 hover:bg-blue-900 px-6 py-3 rounded-r-md font-medium transition duration-300">Subscribe</button>
305
+ </div>
306
+ <p class="text-blue-100 text-xs mt-3">We care about your data in our <a href="#" class="underline">privacy policy</a>.</p>
307
+ </form>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Footer -->
312
+ <footer class="bg-gray-900 text-white py-12">
313
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
314
+ <div class="grid md:grid-cols-4 gap-8">
315
+ <div class="md:col-span-2">
316
+ <div class="flex items-center mb-6">
317
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67cef83630b1f7edb24a776c_MCG%20Logo%20Light.svg" class="h-8 w-auto mr-4">
318
+ <img src="https://cdn.prod.website-files.com/67c7f1b1be0e1d464b8a8829/67c7f241ad8348c0d620acab_untitled-ui-logo.png" class="h-8 w-auto">
319
+ </div>
320
+ <p class="text-gray-400 mb-6">Connecting Healthcare Companies with Healthcare Professionals</p>
321
+ <div class="flex space-x-4">
322
+ <a href="#" class="text-gray-400 hover:text-white">
323
+ <i data-feather="linkedin"></i>
324
+ </a>
325
+ </div>
326
+ </div>
327
+
328
+ <div>
329
+ <h3 class="text-lg font-semibold mb-4">Company</h3>
330
+ <ul class="space-y-2">
331
+ <li><a href="#" class="text-gray-400 hover:text-white">Why MCG?</a></li>
332
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
333
+ <li><a href="#" class="text-gray-400 hover:text-white">Insight Hub</a></li>
334
+ <li><a href="#" class="text-gray-400 hover:text-white">Expert Matching</a></li>
335
+ <li><a href="#" class="text-gray-400 hover:text-white">Advisory</a></li>
336
+ <li><a href="#" class="text-gray-400 hover:text-white">Clinicians</a></li>
337
+ <li><a href="#" class="text-gray-400 hover:text-white">Connect</a></li>
338
+ </ul>
339
+ </div>
340
+
341
+ <div>
342
+ <h3 class="text-lg font-semibold mb-4">Legal</h3>
343
+ <ul class="space-y-2">
344
+ <li><a href="#" class="text-gray-400 hover:text-white">Term of Use</a></li>
345
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
346
+ </ul>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
351
+ <p class="text-gray-400 text-sm">© 2025 Medical Consulting Group. All rights reserved.</p>
352
+ <div class="flex items-center mt-4 md:mt-0">
353
+ <button class="text-gray-400 hover:text-white text-sm mr-4">About cookies on this site</button>
354
+ <div class="flex space-x-2">
355
+ <button class="bg-gray-800 text-white px-3 py-1 rounded text-sm">Allow all cookies</button>
356
+ <button class="bg-gray-800 text-white px-3 py-1 rounded text-sm">Deny all</button>
357
+ <button class="bg-gray-800 text-white px-3 py-1 rounded text-sm">Cookie settings</button>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </footer>
363
+
364
+ <script>
365
+ AOS.init({
366
+ duration: 800,
367
+ easing: 'ease-in-out',
368
+ once: true
369
+ });
370
+ feather.replace();
371
+ </script>
372
+ </body>
373
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ https://www.medicalconsultinggroup.co.uk/