🚧 wip: add recommendation component
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
import Hero from "./sections/Hero/wrapper";
|
||||
import Recommendation from "./sections/Recommendation/wrapper";
|
||||
|
||||
const HomeIndex = () => {
|
||||
return (
|
||||
<div className="w-full pt-4">
|
||||
<Hero />
|
||||
<Recommendation />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user