Skip to content

Commit ba8de30

Browse files
committed
docs: edit the text
1 parent 9bf581c commit ba8de30

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
width: 100%;
3939
height: auto;
4040
}
41+
p {
42+
padding: 1rem;
43+
max-width: 70%;
44+
margin: auto;
45+
}
4146

4247
button {
4348
background: none;

src/pages/index.tsx

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function HomepageHeader() {
2121
processing and manipulation. ImageJS provides a wide range of features
2222
for developers to enhance, analyze, and transform images seamlessly.
2323
It includes functions for common tasks such as resizing, cropping,
24-
filtering, and color adjustments, all performed client-side without
25-
the need for server-side processing. This makes it an ideal tool for
26-
web applications that require real-time image editing capabilities.
24+
filtering, and color adjustments.
25+
</p>
26+
<p>
2727
ImageJS is optimized for performance, ensuring quick and efficient
2828
operations even with high-resolution images, and is easy to integrate
2929
into existing projects with its intuitive API.
@@ -34,21 +34,7 @@ function HomepageHeader() {
3434
className="button button--secondary button--lg"
3535
to="docs/Getting started"
3636
>
37-
Getting started
38-
</Link>
39-
40-
<Link
41-
className="button button--secondary button--lg"
42-
to="docs/Tutorials"
43-
>
44-
Tutorials
45-
</Link>
46-
47-
<Link
48-
className="button button--secondary button--lg"
49-
to="docs/Features"
50-
>
51-
Features
37+
Let&apos;s get started
5238
</Link>
5339
</div>
5440
</div>

0 commit comments

Comments
 (0)