Skip to content

Commit 252dd50

Browse files
author
abue.ammar
committed
updated intro and added product hunt badge
1 parent 6eea3a8 commit 252dd50

2 files changed

Lines changed: 28 additions & 9 deletions

File tree

src/components/Intro.jsx

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,34 @@ const Intro = () => {
44
<h1 className="text-center text-3xl font-bold leading-tight tracking-tighter md:text-6xl lg:leading-[1.1]">
55
Free and Open Source Image Compressor
66
</h1>
7-
<span className="max-w-[750px] text-center text-lg sm:text-xl">
8-
Optimizes images{" "}
9-
<span className="font-semibold underline">locally</span> , delivering
10-
unmatched efficiency{" "}
11-
<span className="font-semibold underline">
12-
without storing a single file.
7+
<span className="max-w-[750px] text-center text-lg sm:text-xl !font-normal">
8+
Optimize your images effortlessly with our{" "}
9+
<span className="font-semibold text-blue-600">
10+
Free and Open Source Image Compressor
11+
</span>
12+
. Experience{" "}
13+
<span className="font-semibold text-blue-600">
14+
lightning-fast, unlimited compression
1315
</span>{" "}
14-
Experience lightning-fast compression, all in one place.
16+
directly on your device—
17+
<span className="font-semibold text-blue-600">no uploads, no APIs</span>
18+
, and it even works{" "}
19+
<span className="font-semibold text-blue-600">offline</span>. Your files
20+
remain secure and stays in your device.
1521
</span>
22+
<div>
23+
<a
24+
href="https://www.producthunt.com/posts/image-compressor-4?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-image-compressor-4"
25+
target="_blank"
26+
rel="noopener noreferrer"
27+
>
28+
<img
29+
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=866606&theme=light"
30+
alt="Image Compressor - Compress images fast, securely, and for free—no API call | Product Hunt"
31+
style={{ width: "250px", height: "54px" }}
32+
/>
33+
</a>
34+
</div>
1635

1736
<div className="flex w-full items-center justify-center space-x-4 pt-2">
1837
<a

src/components/MainContent.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ const MainContent = () => {
180180
} `}
181181
>
182182
<span className="font-semibold">Click to upload</span> or drag and
183-
drop
183+
drop multiple images
184184
</p>
185185
<p className="text-gray-500">jpg, jpeg, png, webp</p>
186186
<p className="text-[#ff4d4f] text-sm">
187-
**png image size needs to be &gt; 120Kb
187+
**png formatted image need to be larger than 120kb
188188
</p>
189189
</div>
190190

0 commit comments

Comments
 (0)