@@ -60,7 +60,7 @@ <h1>cutler</h1>
6060 </ div >
6161 < div class ="button-container get-started ">
6262 < a href ="#installation " class ="button ">
63- < i class ="fas fa-rocket emoji "> </ i > Get Started
63+ < i class ="fas fa-rocket "> </ i > Get Started!
6464 </ a >
6565 < a
6666 href ="https://github.com/cutlerCLI/cutler "
@@ -72,23 +72,20 @@ <h1>cutler</h1>
7272 </ div >
7373 < div class ="text-center mb-10 ">
7474 < span class ="badge "
75- > < i class ="fas fa-check-circle "> </ i > Apple
76- Silicon-Ready</ span
75+ > < i class ="fas fa-check-circle "> </ i > Open-source</ span
7776 >
7877 < span class ="badge "
7978 > < i class ="fas fa-hammer "> </ i > Multi-purpose</ span
8079 >
81- < span class ="badge "
82- > < i class ="fas fa-heart "> </ i > Free Forever</ span
83- >
80+ < span class ="badge "> < i class ="fas fa-zap "> </ i > Fast</ span >
8481 </ div >
8582 </ section >
8683
8784 < section id ="overview ">
88- < h2 > One-command Mac Setup, < br /> with ease.</ h2 >
85+ < h2 > Setup your Mac with ease.</ h2 >
8986 < p class ="text-center max-w-2xl mx-auto mb-8 ">
90- Imagine if you had just one file which could setup everything on
91- your beloved machine? With cutler, you can do just that!
87+ Create your configiration with system preferences, apps,
88+ tooling, commands, and much more - in just a a single TOML file.
9289 </ p >
9390 < div class ="terminal-demo-container ">
9491 < div class ="terminal-window ">
@@ -129,7 +126,7 @@ <h2>Installation</h2>
129126 < p style ="margin-top: 1.5em ">
130127 For more installation options, see the
131128 < a
132- href ="https://cutlercli.github.io/cookbook/installation.html "
129+ href ="https://cutlercli.github.io/cookbook/installation/installation-methods .html "
133130 target ="_blank "
134131 > installation guide</ a
135132 > .
@@ -215,7 +212,12 @@ <h2>Join the Community</h2>
215212 Webpage inspired by
216213 < a href ="https://brew.sh " target ="_blank "> Homebrew</ a >
217214 </ div >
218- < div > © 2025 < a href ="https://hitblast.github.io "> HitBlast</ a > . All rights reserved.</ div >
215+ < div >
216+ © 2025 < a href ="https://hitblast.github.io "> HitBlast</ a > . All
217+ rights reserved.
218+ </ div >
219+ </ footer >
220+
219221 < script >
220222 // smooth scrolling for anchor links
221223 document . querySelectorAll ( 'a[href^="#"]' ) . forEach ( ( anchor ) => {
0 commit comments