Skip to content

Commit 5a0cadc

Browse files
committed
Change texts on front page
1 parent 6530c66 commit 5a0cadc

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

Diff for: src/pages/index.tsx

+6-14
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ const FrontPage: Page = ({ pathname }) => {
5151
<section aria-label="hero" className="flex flex-col-reverse items-center h-fit min-h-0 gap-8 overflow-clip xl:flex-row xl:gap-0 xl:min-h-[30rem] xl:h-[75dvh] xl:h-[75vh]">
5252
<div className="relative flex flex-col items-center justify-center h-full col-span-3 gap-8 text-center xl:w-3/5">
5353
<Heading.H1 id="hero-title">
54-
Launch your Commits in a Modern way
54+
Extend Your Git Workflow, Your Way
5555
</Heading.H1>
5656
<p className="text-lg lg:text-xl lg:max-w-xl">
57-
Experience Git in a modern and fast way with Commit Rocket, the open-source, lightweight and cross-platform Git client.
57+
Commit Rocket is a modern, open-source and lightweight Git client with plugins themes, working contexts and more!
5858
</p>
5959
<LinkButton
6060
className="w-full px-5 py-3 text-xl sm:w-fit"
@@ -97,17 +97,13 @@ const FrontPage: Page = ({ pathname }) => {
9797
<div className="flex flex-col w-full gap-4 text-lg font-semibold break-words xl:w-1/2">
9898
<p>
9999
A new and modern Git client that is currently in development.
100-
Our main focus is on creating a modern design and speed without sacrificing any of the features you love.
100+
Our main focus is to create a modern client with feature-packed with awesome features like multi-account support, plugins and working contexts.
101101
</p>
102102
<p>
103-
"Why another Git client?" - Our goal with Commit Rocket is to provide a fresh and innovative approach to Git clients,
104-
addressing the outdated and inefficient nature of many current options.
105-
As an open-source and cross-platform client,
106-
we aim to provide a real alternative to popular choices like GitKraken, Github Desktop, and SourceTree.
103+
"Why another Git client?" - We feel like there is no real variety in the Git client ecosystem. We aim to provide a real alternative to popular choices like GitKraken, Github Desktop and SourceTree.
107104
</p>
108105
<p>
109-
This means that everyone will have access to our code and anyone can contribute to make it the best it can be.
110-
Join us in bringing new life to Git!
106+
Commit Rocket will be open-source, this means that everyone will have access to our code and anyone can contribute to make it the best it can be.
111107
</p>
112108
<LinkButton href="/contribute" color="white" onClick={sendCTAEvent("Contribute")}>
113109
Contribute
@@ -120,12 +116,8 @@ const FrontPage: Page = ({ pathname }) => {
120116
className="flex flex-col gap-12 mx-auto text-center"
121117
>
122118
<Heading.H2 id="missions">
123-
Mission
119+
Missions
124120
</Heading.H2>
125-
<p className="text-lg font-semibold">
126-
Our main goal with Commit Rocket is to drive innovation and provide a modern and fast alternative to existing Git clients.
127-
We want to improve the user experience for developers by creating an open-source and cross-platform tool that is both feature-rich and beginner-friendly.
128-
</p>
129121
<ul className="flex flex-col flex-wrap justify-between w-full gap-16 lg:gap-4 lg:flex-row">
130122
{missions.map((mission, i) => (
131123
<Mission key={i} {...mission} />

0 commit comments

Comments
 (0)