Skip to content

Commit bce92d8

Browse files
committed
update template
1 parent eac774f commit bce92d8

File tree

2 files changed

+29
-37
lines changed

2 files changed

+29
-37
lines changed

package-lock.json

Lines changed: 3 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/newsletter.astro

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,41 @@ if (Astro.request.method === 'POST') {
6464
}
6565
}
6666
67-
const icon = 'book-image';
68-
6967
// SEO
7068
const title = 'Newsletter';
7169
const description = 'Stay updated with the latest news and updates from Datum.';
72-
const subtitle = 'Newsletter';
7370
---
7471

7572
<Layout title={title || 'Datum'} description={description} bodyClass="blog-page">
7673
<section class="datum-container">
77-
<Hero
78-
class="light"
79-
iconName={icon}
80-
title={title}
81-
subtitle={subtitle}
82-
description={description}
83-
/>
74+
<Hero class="light" />
8475

85-
<div class="section--block section--block--pad bg-glacier-mist-700 light">
76+
<div class="section--block bg-glacier-mist-700 light">
8677
<div class="max-width">
78+
<div
79+
class="border-midnight-fjord mx-auto max-w-2xl border bg-white p-8 text-center md:p-12 xl:p-16"
80+
>
81+
<h2 class="datum-text-3xl mb-6 font-semibold">You're on the list!</h2>
82+
<div class="datum-prose-lg">
83+
<p>
84+
Thanks so much for your interest in Datum Cloud. We're excited to get you onto the
85+
platform.
86+
</p>
87+
<p>
88+
Hang tight and be on the lookout for an email notification (we'll send you a note when
89+
your account is ready to go).
90+
</p>
91+
</div>
92+
<div class="datum-prose border-glacier-mist-900 mt-8 border p-6">
93+
<p>
94+
In the meantime, join us on <a href="https://link.datum.net/discord">Discord</a>, drop
95+
by an upcoming <a href="/community-huddle/">Community Huddle</a>, or check out our <a
96+
href="/docs/">Docs</a
97+
>.
98+
</p>
99+
</div>
100+
</div>
101+
87102
<div class="footer-signup-containe">
88103
<div class="footer-signup-success">
89104
{

0 commit comments

Comments
 (0)