Skip to content

Commit

Permalink
update copy coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
andredelramo-hm committed Nov 25, 2024
1 parent d64a6bb commit 1c1bdbc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/pages/advent-calendar-2024/pages/coming-soon.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
ResponsiveLayout,
Text7,
Box,
Text5,
Stack,
Text,
Align,
Expand Down Expand Up @@ -112,8 +111,8 @@ const ComingSoonPage = () => {
mobileLineHeight={56}
weight="bold"
>
Mística Advent Calendar
</Text>
Something special is on its way...
</Text>
<div
style={{
maxWidth: 600,
Expand All @@ -123,18 +122,18 @@ const ComingSoonPage = () => {
margin: "auto",
}}
>
<Text>
<p>
Something special is on it's way...Keep an eye out!
</p>
</Text>
<Text5>
Keep an eye out!

</Text5>
</div>
<div
style={{
display: "flex",
justifyContent: "center",
textAlign: "center",
margin: "auto",
padding: "4%",
}}
>
<DecorationSnake
Expand Down

0 comments on commit 1c1bdbc

Please sign in to comment.