Skip to content

Commit e24b463

Browse files
committed
Home page description + grammar fixes
1 parent 06c3a03 commit e24b463

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

app/home/page.tsx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ export default function Home({ setCurrentTab }: { setCurrentTab?: (tab: string)
1414

1515
<div className="w-1/2 text-center">
1616
<TypedHeading />
17-
<p className="text-lg text-muted-foreground mt-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
17+
<p className="text-lg text-muted-foreground mt-4">
18+
JavaBee Utilities is a powerful library designed to simplify and enhance the programming experience for FTC teams.
19+
With a focus on ease of use, performance, and reliability, JavaBee Utilities provides a comprehensive suite of tools and features that help teams of all skill levels create competitive and innovative robots.
20+
Whether you're a rookie looking to get started or a veteran seeking to optimize your code, JavaBee Utilities has something to offer.
21+
</p>
1822
</div>
1923

2024
<div className="flex items-center gap-4 mt-8">
@@ -44,13 +48,13 @@ function TypedHeading() {
4448
.type("for rookies and veterans alike.")
4549
.pause(1500)
4650
.delete()
47-
.type("more powerful.")
51+
.type("made powerful.")
4852
.pause(1500)
4953
.delete()
5054
.type("that just works.")
5155
.pause(1500)
5256
.delete()
53-
.type("repeatable.")
57+
.type("that's repeatable.")
5458
.pause(1500)
5559
.delete()
5660
.type("built different.")
@@ -59,7 +63,7 @@ function TypedHeading() {
5963
.type("revolutionized.")
6064
.pause(1500)
6165
.delete()
62-
.type("clean.")
66+
.type("but clean.")
6367
.pause(1500)
6468
.delete()
6569
.type("optimized.")
@@ -68,7 +72,10 @@ function TypedHeading() {
6872
.type("integrated.")
6973
.pause(1500)
7074
.delete()
71-
.type("made fun.")
75+
.type("elevated.")
76+
.pause(1500)
77+
.delete()
78+
.type("free and open-source.")
7279
.pause(1500)
7380
.delete()
7481
}

0 commit comments

Comments
 (0)