File size: 15,907 Bytes
114548e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Our Services | Nursing Brain Boosters Pro</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script>
        tailwind.config = {
            darkMode: 'class',
            theme: {
                extend: {
                    colors: {
                        fuchsia: {
                            500: '#d946ef',
                            600: '#c026d3',
                        }
                    }
                }
            }
        }
    </script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
        body {
            font-family: 'Poppins', sans-serif;
        }
    </style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
    <!-- Navigation -->
    <nav class="bg-gray-800 bg-opacity-80 backdrop-blur-sm border-b border-fuchsia-500/20">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex items-center justify-between h-16">
                <div class="flex items-center">
                    <div class="flex-shrink-0">
                        <a href="index.html" class="text-fuchsia-500 font-bold text-2xl">NGB</a>
                    </div>
                    <div class="hidden md:block">
                        <div class="ml-10 flex items-baseline space-x-4">
                            <a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
                            <a href="services.html" class="text-fuchsia-500 px-3 py-2 rounded-md text-sm font-medium">Services</a>
                            <a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About Us</a>
                            <a href="testimonials.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Testimonials</a>
                            <a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
                        </div>
                    </div>
                </div>
                <div class="hidden md:block">
                    <div class="ml-4 flex items-center md:ml-6">
                        <a href="https://credencewriters.com/orders/stud/new" class="bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center">
                            <i data-feather="edit-3" class="w-4 h-4 mr-2"></i> Place Order
                        </a>
                    </div>
                </div>
                <div class="-mr-2 flex md:hidden">
                    <button type="button" class="bg-gray-800 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white" aria-controls="mobile-menu" aria-expanded="false">
                        <span class="sr-only">Open main menu</span>
                        <i data-feather="menu"></i>
                    </button>
                </div>
            </div>
        </div>
    </nav>

    <!-- Services Header -->
    <div class="py-16 px-4 sm:px-6 lg:px-8">
        <div class="max-w-7xl mx-auto">
            <div class="text-center">
                <h2 class="text-base text-fuchsia-500 font-semibold tracking-wide uppercase">What We Offer</h2>
                <h1 class="mt-2 text-4xl font-extrabold tracking-tight text-white sm:text-5xl">
                    Our Professional Services
                </h1>
                <p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
                    Comprehensive academic support tailored for nursing students
                </p>
            </div>
        </div>
    </div>

    <!-- Services Grid -->
    <div class="pb-16 bg-gray-800 bg-opacity-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
                <!-- Shadow Health -->
                <div id="shadow-health" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="activity" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Shadow Health Support</h3>
                        <p class="mt-4 text-gray-300">
                            Expert assistance with all your Shadow Health digital clinical experiences, including documentation, SOAP notes, and comprehensive assessments.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>

                <!-- Capstone -->
                <div id="capstone" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="book-open" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Capstone Projects</h3>
                        <p class="mt-4 text-gray-300">
                            From topic selection to final revisions, we provide comprehensive support for your nursing capstone projects with evidence-based research.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>

                <!-- Essays -->
                <div id="essays" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="edit-3" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Nursing Essays</h3>
                        <p class="mt-4 text-gray-300">
                            Well-researched and professionally written nursing essays on any topic, formatted to your school's requirements and style guidelines.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>

                <!-- Term Papers -->
                <div id="term-papers" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="file-text" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Term Papers</h3>
                        <p class="mt-4 text-gray-300">
                            In-depth nursing term papers with proper citations and references, covering all major nursing theories and clinical practices.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>

                <!-- Research -->
                <div id="research" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="search" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Research Papers</h3>
                        <p class="mt-4 text-gray-300">
                            Evidence-based nursing research papers with proper methodology, literature reviews, and data analysis sections.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>

                <!-- Editing -->
                <div id="editing" class="bg-gray-800 rounded-lg overflow-hidden border border-gray-700 hover:border-fuchsia-500 transition duration-300">
                    <div class="p-6">
                        <div class="flex items-center justify-center w-16 h-16 bg-fuchsia-500 rounded-full mx-auto">
                            <i data-feather="check-circle" class="w-8 h-8 text-white"></i>
                        </div>
                        <h3 class="mt-6 text-xl font-semibold text-white text-center">Editing & Proofreading</h3>
                        <p class="mt-4 text-gray-300">
                            Professional editing services to refine your nursing papers, ensuring proper grammar, formatting, and academic style.
                        </p>
                        <div class="mt-6">
                            <a href="https://credencewriters.com/orders/stud/new" class="w-full bg-fuchsia-600 hover:bg-fuchsia-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300 flex items-center justify-center">
                                Get Help Now
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- CTA Section -->
    <div class="py-16 px-4 sm:px-6 lg:px-8 bg-fuchsia-600">
        <div class="max-w-7xl mx-auto text-center">
            <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
                Ready to Get Professional Help?
            </h2>
            <p class="mt-4 text-xl text-fuchsia-100">
                Our nursing experts are ready to assist you with any academic challenge.
            </p>
            <div class="mt-8">
                <a href="https://credencewriters.com/orders/stud/new" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-fuchsia-700 bg-white hover:bg-fuchsia-50">
                    Place Your Order Now
                    <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
                </a>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer class="bg-gray-800 border-t border-gray-700">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Services</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="services.html#shadow-health" class="text-gray-300 hover:text-white">Shadow Health</a></li>
                        <li><a href="services.html#capstone" class="text-gray-300 hover:text-white">Capstone Projects</a></li>
                        <li><a href="services.html#essays" class="text-gray-300 hover:text-white">Nursing Essays</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Company</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="about.html" class="text-gray-300 hover:text-white">About Us</a></li>
                        <li><a href="testimonials.html" class="text-gray-300 hover:text-white">Testimonials</a></li>
                        <li><a href="#" class="text-gray-300 hover:text-white">Privacy Policy</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Support</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="contact.html" class="text-gray-300 hover:text-white">Contact</a></li>
                        <li><a href="#" class="text-gray-300 hover:text-white">FAQ</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Get Started</h3>
                    <div class="mt-4">
                        <a href="https://credencewriters.com/orders/stud/new" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-fuchsia-600 hover:bg-fuchsia-700">
                            Place Order Now
                        </a>
                    </div>
                </div>
            </div>
            <div class="mt-12 border-t border-gray-700 pt-8 flex justify-between">
                <p class="text-gray-400 text-sm">&copy; 2023 Nursing Brain Boosters Pro. All rights reserved.</p>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="facebook" class="h-6 w-6"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white">
                        <i data-feather="twitter" class="h-6 w-6"></i>
                    </a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        feather.replace();
    </script>
</body>
</html>