Skip to content

Commit 19968f0

Browse files
committed
minor landing improvements
1 parent ba6b7e6 commit 19968f0

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.astro/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1719691941361
3+
"lastUpdateCheck": 1722002543768
44
}
55
}

bun.lockb

15.7 KB
Binary file not shown.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.7.0",
13+
"@astrojs/check": "0.8.3",
1414
"@astrojs/vercel": "^7.7.2",
1515
"@iconify-json/ic": "^1.1.17",
16-
"astro": "^4.11.3",
16+
"astro": "4.12.2",
1717
"astro-icon": "^1.1.0",
18-
"typescript": "^5.5.2"
18+
"typescript": "^5.5.4"
1919
}
2020
}

src/components/navigation/Footer.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<style>
3535
.footer {
3636
margin-top: 50px;
37-
width: 100%;
37+
width: 100vw;
3838
font-family: var(--pro-text);
3939
background-color: var(--primary-color);
4040
padding: 20px 0px;
@@ -43,6 +43,7 @@
4343
font-size: 14px;
4444
color: var(--secondary-text);
4545
border-top: 1px solid var(--stroke);
46+
justify-content: center;
4647
}
4748

4849
.theme-switcher {
@@ -72,7 +73,6 @@
7273
}
7374

7475
.copyright {
75-
max-width: 70%;
7676
font-size: 12px;
7777
color: var(--secondary-text);
7878
margin-left: 10px;

src/pages/index.astro

+7
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ const socials = [
8383
/>
8484

8585
<div class="cta-after">
86+
<h1 class="mythic-gradient-text" style="text-align: left;">
87+
Gaming on a Mac has never been this easy
88+
</h1>
89+
<p style="margin-top: 15px; text-align: left;">
90+
Time to throw all your virtual machines, wine bottles and subscriptions
91+
out of the window.
92+
</p>
8693
{
8794
features.map((feature, index) => (
8895
<FeatureSection

0 commit comments

Comments
 (0)