Skip to content

Commit 44268aa

Browse files
feat: update homepage for 2027 (#68)
## PR Checklist - [x] Steps in [CONTRIBUTING.md](https://github.com/SquiggleTools/SquiggleConf.com/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 💖
1 parent bd44750 commit 44268aa

4 files changed

Lines changed: 8 additions & 12 deletions

File tree

src/components/Registration.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ import Arrow from "./Arrow.astro";
1919
<DecorativeImage class="manta manta-up" src={mantaUp} />
2020
<TextSquiggly renderAs="strong" width="wide">
2121
<Fragment slot="inside">
22-
<Heading level="h2">Registration is open!</Heading>
22+
<Heading level="h2">Returning Spring 2027</Heading>
2323
</Fragment>
2424
</TextSquiggly>
2525
<Button
2626
as="a"
2727
class="tickets-link"
28-
href={links.tickets}
28+
href="/#newsletter"
2929
target="_blank"
3030
size="large"
3131
variant="emphasized"
3232
>
33-
Get your tickets now for year two
33+
Subscribe up for conference updates
3434
<Arrow />
3535
</Button>
3636
</ContentArea>

src/components/explainers/ExplainersList.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const explainers = [
106106
var(--colorBlueBright4) 100%
107107
);
108108
overflow: hidden;
109-
padding-bottom: 3.5rem;
109+
padding: 2.1rem 0 3.5rem;
110110
width: 100%;
111111
}
112112
</style>

src/components/hero/HeroLocators.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const { class: className, multiline, ...props } = Astro.props;
1111

1212
<div class:list={["hero-locators", className]} {...props}>
1313
<InlineBlock class="date"
14-
>September 18-19, 2025{multiline ? "" : " ·"}</InlineBlock
14+
>Thank you for joining us!{multiline ? "" : " ·"}</InlineBlock
1515
>
16-
<InlineBlock class="location">Boston New England Aquarium</InlineBlock>
16+
<InlineBlock class="location">SquiggleConf returns Spring 2027</InlineBlock>
1717
</div>
1818

1919
<style>

src/pages/index.astro

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ import Hero from "~/components/hero/Hero.astro";
77
import HeroLocators from "~/components/hero/HeroLocators.astro";
88
import HeroTagline from "~/components/hero/HeroTagline.astro";
99
import InlineBlock from "~/components/InlineBlock.astro";
10-
import SessionsSummarySection from "~/components/SessionsSummarySection.astro";
1110
import Newsletter from "~/components/Newsletter.astro";
1211
import Registration from "~/components/Registration.astro";
1312
import SponsorsAndPartners from "~/components/SponsorsAndPartners.astro";
1413
import TextSquiggly from "~/components/TextSquiggly.astro";
15-
import { links } from "~/data/links";
1614
import PageLayout from "~/layouts/PageLayout.astro";
1715
---
1816

@@ -37,15 +35,13 @@ import PageLayout from "~/layouts/PageLayout.astro";
3735
class="hero-button"
3836
size="large"
3937
variant="emphasized"
40-
href={links.tickets}
41-
target="_blank"
38+
href="#newsletter"
4239
>
43-
Get your tickets now
40+
Subscribe up for 2027 conference updates
4441
<Arrow />
4542
</Button>
4643
</div>
4744
</Hero>
48-
<SessionsSummarySection />
4945
<ExplainersList />
5046
<AboutUs />
5147
<Registration />

0 commit comments

Comments
 (0)