Skip to content

Commit 5c81037

Browse files
Str-FCopilot
andcommitted
refactor: update background classes and improve text clarity in Landing component
Co-authored-by: Copilot <copilot@github.com>
1 parent e91c264 commit 5c81037

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/Landing.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Landing() {
2525
</div>
2626
<div className="gap-16 mt-36 max-w-400 w-full flex justify-items-center">
2727
<Cardaevr
28-
className="bg-linear-to-tr from-primary/10 to-primary/7"
28+
className="bg-card"
2929
icon={<LayersIcon size={32} />}
3030
title="Instant Texture Creation"
3131
subtitle="Design Minecraft textures fast"
@@ -35,11 +35,11 @@ export default function Landing() {
3535
size="xxl"
3636
>
3737
<p className="text-sm text-muted-foreground">
38-
Create custom Minecraft textures right in your browser — no downloads, no setup. Start designing in seconds!
38+
Create custom Minecraft textures right in your browser. No downloads, no setup. Start designing in seconds!
3939
</p>
4040
</Cardaevr>
4141
<Cardaevr
42-
className="bg-linear-to-tr from-primary/5 to-secondary/6"
42+
className="bg-card"
4343
icon={<DownloadIcon size={32} />}
4444
title="One-Click Game Ready"
4545
subtitle="Download and play instantly"
@@ -49,7 +49,7 @@ export default function Landing() {
4949
size="xxl"
5050
>
5151
<p className="text-sm text-muted-foreground">
52-
Save your creations and load them into Minecraft in just one click. No hassle, no extra steps just play!
52+
Save your creations and load them into Minecraft. No hassle, no extra steps, just play!
5353
</p>
5454
</Cardaevr>
5555
</div>

0 commit comments

Comments
 (0)