Skip to content

Commit

Permalink
Change headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij Grovor authored and Kshitij Grovor committed Oct 3, 2023
1 parent c622081 commit 8f3497d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/hero/HeroMain.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ButtonSub from "@components/base/ButtonSub.astro";
class="text-center ltablet:text-left lg:text-left font-sans space-y-4"
>
<h1
class="font-medium text-4xl ptablet:text-5xl lg:text-5xl text-muted-800 dark:text-white"
class="font-medium text-4xl ptablet:text-5xl lg:text-3xl text-muted-800 dark:text-white"
>
Open Health Services Network
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/components/section/SectionTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const { class: className, title, subtitle, minititle } = Astro.props;

<div class="w-full max-w-xl mb-14" :class={className}>
<h4 class="font-sans font-semibold text-xs tracking-widest uppercase mb-3 text-primary-500">{minititle}</h4>
<h2 class="font-sans text-4xl font-medium mb-4 text-muted-800 dark:text-muted-100">{title}</h2>
<h2 class="font-sans text-3xl font-medium mb-4 text-muted-800 dark:text-muted-100">{title}</h2>
<p class="text-lg text-muted-500 dark:text-muted-400">{subtitle}</p>
</div>
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import Testimonials from "@components/content/Testimonials.astro";
<SectionMuted>
<Container>
<SectionTitle
title="Forget about the hassle"
title="Continued Longitudinal Healthcare"
subtitle="Move to a digital family doctor model"
minititle="Continued Longitudinal Healthcare"
minititle=""
/>

<div class="grid md:grid-cols-3 ltablet:grid-cols-4 lg:grid-cols-4 gap-x-6 gap-y-12" x-intersect="activeStep = ''">
Expand Down

0 comments on commit 8f3497d

Please sign in to comment.