|
13 | 13 | </head> |
14 | 14 |
|
15 | 15 | <body> |
16 | | - <!-- Navbar Start --> |
| 16 | + <!-- Navbar --> |
17 | 17 | <nav class="navbar navbar-expand-xl bg-white border-bottom sticky-top"> |
18 | 18 | <div class="container"> |
19 | 19 | <a class="navbar-brand d-inline-flex gap-2 align-items-center lh-1" href="index.html"> |
|
38 | 38 | </div> |
39 | 39 | </div> |
40 | 40 | </nav> |
41 | | - |
| 41 | + <!-- Hero --> |
42 | 42 | <section> |
43 | 43 | <div class="container pt-5"> |
44 | 44 | <div class="row align-items-center"> |
@@ -76,6 +76,7 @@ <h1 class="display-3 my-4">Run Your Virtual Clinic Effortlessly</h1> |
76 | 76 | </div> |
77 | 77 | </div> |
78 | 78 | </section> |
| 79 | + <!-- Clients --> |
79 | 80 | <section class="bg-light py-7"> |
80 | 81 | <div class="container"> |
81 | 82 | <div class="row align-items-center gy-5"> |
@@ -116,6 +117,7 @@ <h2 class=" mb-4">Trusted by</h2> |
116 | 117 | </div> |
117 | 118 |
|
118 | 119 | </section> |
| 120 | + <!-- Features --> |
119 | 121 | <section class="py-lg-12 py-8" id="features"> |
120 | 122 | <div class="container"> |
121 | 123 | <div class="row justify-content-center"> |
@@ -291,6 +293,7 @@ <h3 class="h2 mb-4">Secure & Compliant</h3> |
291 | 293 | </div> |
292 | 294 |
|
293 | 295 | </section> |
| 296 | + <!-- How it Works --> |
294 | 297 | <section class="py-lg-12 py-8 bg-secondary text-white" id="howItWork"> |
295 | 298 | <div class="container"> |
296 | 299 | <div class="row justify-content-center text-center mb-10"> |
@@ -349,6 +352,7 @@ <h3 class="fs-2 text-white">Start Consults</h3> |
349 | 352 | </div> |
350 | 353 |
|
351 | 354 | </section> |
| 355 | + <!-- About Medicloud --> |
352 | 356 | <section class="py-lg-12 py-8"> |
353 | 357 | <div class="container"> |
354 | 358 | <div class="row"> |
@@ -402,6 +406,7 @@ <h2 class="display-6 mb-4">Crystal Clear Care</h2> |
402 | 406 | </div> |
403 | 407 | </div> |
404 | 408 | </section> |
| 409 | + <!-- Testimonials --> |
405 | 410 | <section class="py-lg-12 py-8 bg-light" id="testimonials"> |
406 | 411 | <div class="container"> |
407 | 412 | <div class="row justify-content-center"> |
@@ -508,6 +513,7 @@ <h3 class="fs-4 mb-0 fw-semibold">Dr. Elena Rodriguez</h3> |
508 | 513 |
|
509 | 514 |
|
510 | 515 | </section> |
| 516 | + <!-- Pricing --> |
511 | 517 | <section class="py-lg-12 py-8" id="pricing"> |
512 | 518 | <div class="container"> |
513 | 519 | <div class="row justify-content-center"> |
@@ -692,6 +698,7 @@ <h2 class="display-6">Flexible Plans for Every Scale</h2> |
692 | 698 |
|
693 | 699 |
|
694 | 700 | </section> |
| 701 | + <!-- FAQ --> |
695 | 702 | <section class="py-lg-12 py-8 bg-light" id="faq"> |
696 | 703 | <div class="container"> |
697 | 704 | <div class="row justify-content-center"> |
@@ -813,6 +820,7 @@ <h2 class="h4 mb-0"> |
813 | 820 | </div> |
814 | 821 |
|
815 | 822 | </section> |
| 823 | + <!-- Footer --> |
816 | 824 | <footer class="bg-secondary pt-lg-10 pt-8 text-white-50"> |
817 | 825 | <div class="container"> |
818 | 826 | <div class="row"> |
|
0 commit comments