Skip to content

Commit

Permalink
minor landing improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Jul 26, 2024
1 parent ba6b7e6 commit 19968f0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1719691941361
"lastUpdateCheck": 1722002543768
}
}
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/check": "0.8.3",
"@astrojs/vercel": "^7.7.2",
"@iconify-json/ic": "^1.1.17",
"astro": "^4.11.3",
"astro": "4.12.2",
"astro-icon": "^1.1.0",
"typescript": "^5.5.2"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions src/components/navigation/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<style>
.footer {
margin-top: 50px;
width: 100%;
width: 100vw;
font-family: var(--pro-text);
background-color: var(--primary-color);
padding: 20px 0px;
Expand All @@ -43,6 +43,7 @@
font-size: 14px;
color: var(--secondary-text);
border-top: 1px solid var(--stroke);
justify-content: center;
}

.theme-switcher {
Expand Down Expand Up @@ -72,7 +73,6 @@
}

.copyright {
max-width: 70%;
font-size: 12px;
color: var(--secondary-text);
margin-left: 10px;
Expand Down
7 changes: 7 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ const socials = [
/>

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

0 comments on commit 19968f0

Please sign in to comment.