🚧 wip: add image support to card

This commit is contained in:
2026-03-13 12:00:00 +07:00
parent e3211d240a
commit c02832674b
5 changed files with 77 additions and 17 deletions

View File

@ -3,7 +3,7 @@ import Recommendation from "./sections/Recommendation/wrapper";
const HomeIndex = () => {
return (
<div className="w-full pt-4">
<div className="w-full pt-4 pb-12">
<Hero />
<Recommendation />
</div>