Skip to content

Commit 140ff02

Browse files
authored
feat: Added newer images to homepage description (#329)
1 parent 3cbc8f4 commit 140ff02

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

public/assets/img-1.png

455 KB
Loading

public/assets/img-2.png

388 KB
Loading

public/assets/img-3.png

263 KB
Loading

public/assets/imgA.png

-478 KB
Binary file not shown.

public/assets/imgB.png

-217 KB
Binary file not shown.

public/assets/imgC.png

-362 KB
Binary file not shown.

src/components/pages/home/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function HomePage({ accountId }: { accountId: string | undefined }) {
9999
}}
100100
>
101101
<Image
102-
src="/assets/imgA.png"
102+
src="/assets/img-1.png"
103103
alt="What is palettegram section"
104104
loading="lazy"
105105
width={600}
@@ -185,7 +185,7 @@ function HomePage({ accountId }: { accountId: string | undefined }) {
185185
}}
186186
>
187187
<Image
188-
src="/assets/imgB.png"
188+
src="/assets/img-2.png"
189189
alt="Who is palettegram for section"
190190
loading="lazy"
191191
width={600}
@@ -210,7 +210,7 @@ function HomePage({ accountId }: { accountId: string | undefined }) {
210210
}}
211211
>
212212
<Image
213-
src="/assets/imgC.png"
213+
src="/assets/img-3.png"
214214
alt="What you can do section"
215215
loading="lazy"
216216
width={600}

0 commit comments

Comments
 (0)