Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij Grovor authored and Kshitij Grovor committed Oct 14, 2023
1 parent 8f3497d commit 5725107
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/content/Cta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>
<div>
<a
href="#"
href="https://docs.google.com/forms/d/e/1FAIpQLSff8G_1odBEGFg0A5cThCBPhdSQJdzvJFodJ64U2NlxC1Bfiw/viewform"
class="mt-8 bg-white border border-transparent rounded-xl shadow px-6 py-4 inline-flex items-center text-sm font-medium text-muted-600 hover:text-white hover:bg-primary-400 transition-colors duration-300"
>
Join the Pilot
Expand Down
4 changes: 2 additions & 2 deletions src/components/hero/HeroMain.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import ButtonSub from "@components/base/ButtonSub.astro";
<div
class="w-full flex items-center justify-center ltablet:justify-start lg:justify-start gap-2"
>
<ButtonSub to={"#highlights"} class="'min-w-[130px]'">Explore</ButtonSub
>
<ButtonMain to={"#pilot"} class="'min-w-[130px]'"
>Get Started</ButtonMain
>
<ButtonSub to={"#highlights"} class="'min-w-[130px]'">Explore</ButtonSub
>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions src/components/navigation/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ import Hamburger from "@components/base/Hamburger.astro";
>
<a href="#highlights">Highlights</a>
</div>
<!--<div class="relative py-3 lg:py-5 after:content-[''] after:absolute after:-bottom-1.5 after:left-0 after:h-[3px] after:rounded-t-full after:transition-all after:duration-300 transition-colors duration-300"-->
<!-- :class="activeStep === 'spy-2' ? 'text-primary-500 after:bg-primary-500 after:w-full' : 'text-slate-500 dark:text-slate-400 hover:text-muted-700 dark:hover:text-muted-100 after:w-0'"-->
<!--&gt;-->
<!-- <a href="#product">Product</a>-->
<!--</div>-->
<div class="relative py-3 lg:py-5 after:content-[''] after:absolute after:-bottom-1.5 after:left-0 after:h-[3px] after:rounded-t-full after:transition-all after:duration-300 transition-colors duration-300"
:class="activeStep === 'spy-2' ? 'text-primary-500 after:bg-primary-500 after:w-full' : 'text-slate-500 dark:text-slate-400 hover:text-muted-700 dark:hover:text-muted-100 after:w-0'"
>
<a href="#pilot">Resources</a>
</div>
<div class="relative py-3 lg:py-5 after:content-[''] after:absolute after:-bottom-1.5 after:left-0 after:h-[3px] after:rounded-t-full after:transition-all after:duration-300 transition-colors duration-300"
:class="activeStep === 'spy-3' ? 'text-primary-500 after:bg-primary-500 after:w-full' : 'text-slate-500 dark:text-slate-400 hover:text-muted-700 dark:hover:text-muted-100 after:w-0'"
>
<a href="#pilot">Join Pilot</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSff8G_1odBEGFg0A5cThCBPhdSQJdzvJFodJ64U2NlxC1Bfiw/viewform">Join Pilot</a>
</div>
<!--<div class="relative py-3 lg:py-5 text-slate-500 dark:text-slate-400 hover:text-muted-700 dark:hover:text-muted-100 transition-colors duration-300">-->
<!-- <a href="#">Sign In</a>-->
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Testimonials from "@components/content/Testimonials.astro";
<div>
<IconBlock
title="Continuum of Care"
text="Patient’s longitudinal health history for evidence based treatment via Public Health Record app (PHR)"
text="Patient’s longitudinal health history for personalised treatment via Personal Health Record app (PHR)"
icon="ph:timer-duotone"
class="'text-primary-600'"
/>
Expand Down

0 comments on commit 5725107

Please sign in to comment.