Skip to content

Commit fef6b8e

Browse files
committed
feat: tweak text.
1 parent fa7b969 commit fef6b8e

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

src/components/content-section.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const { title, id } = Astro.props;
1919
>
2020
</h2>
2121
</div>
22-
<p class="max-w-xl text-center font-extrabold text-xl">
22+
<p class="max-w-xl text-center font-extrabold text-2xl">
2323
<slot name="lead" />
2424
</p>
2525
<slot />

src/components/splash.astro

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@ const widths = [450, 800];
1515
const sizes = "(min-width: 640px) 42vw, 67vw";
1616
---
1717

18-
<section class="splash relative flex h-full flex-col items-start justify-center">
18+
<section class="splash relative flex h-full flex-col items-start justify-center pl-14">
1919
<!-- <Starfield /> -->
2020
<!-- <GitHubCorner /> -->
2121
<!-- <div id="splash-bg-fallback" class="absolute inset-0 hidden opacity-40">
2222
<HeroImage />
2323
</div> -->
24-
<h2 class="text-8xl mb-[3em] font-bold ml-14">
24+
<h2 class="text-8xl mb-[3em] font-bold">
2525
<!-- <Icon name="logomark" class="size-20 text-white md:size-32" /> -->
2626
<div set:html={props.heroText} />
2727
</h2>
28+
29+
<h3 class="text-4xl">
30+
DevOps Transformation<br />Cloud Innovation
31+
</h3>
2832
<!-- <div
2933
id="astronaut"
3034
class="w-2/3 max-w-3xl self-start sm:w-10/12 sm:self-auto sm:justify-self-start"

src/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ heroText: Kadima Solutions
66

77
sections:
88
- type: content
9-
title: DevOps Transformation<br />Cloud Innovation
9+
# title: DevOps Transformation<br />Cloud Innovation
1010
lead: Solving technical challenges to keep your business moving forward
1111
- type: contact-form
1212
title: Contact Us

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const description = config.description;
6868
<!-- <Header /> -->
6969
{config.heroText ? <Splash {...config} /> : undefined}
7070

71-
<div class="space-y-24 px-8 py-32">
71+
<div class="space-y-12 px-8 pb-12">
7272
{
7373
config.sections.map((section) => {
7474
if (section.type == "splash") {

0 commit comments

Comments
 (0)