diff --git a/components/landing-page/header-about.tsx b/components/landing-page/header-about.tsx index f8543bd..41b1c41 100644 --- a/components/landing-page/header-about.tsx +++ b/components/landing-page/header-about.tsx @@ -156,28 +156,26 @@ export default function HeaderAbout() { Best Sales of The Month & SPV of The Month -
- {["/Asset18.png", "/Asset19.png", "/Asset20.png", "/Asset21.png"].map( - (src, index) => ( - - {`static-gallery-${index}`} - - ), - )} +
+ {["/spvbest1.jpeg", "/spvbest2.jpeg"].map((src, index) => ( + + {`static-gallery-${index}`} + + ))}
diff --git a/public/spvbest1.jpeg b/public/spvbest1.jpeg new file mode 100644 index 0000000..dc2aed4 Binary files /dev/null and b/public/spvbest1.jpeg differ diff --git a/public/spvbest2.jpeg b/public/spvbest2.jpeg new file mode 100644 index 0000000..97474bb Binary files /dev/null and b/public/spvbest2.jpeg differ