✨ feat: add scroll button and card skeleton loading
This commit is contained in:
@ -5,14 +5,11 @@ import ScrollingButton from "./components/ScrollingButton";
|
||||
|
||||
const Recommendation = async () => {
|
||||
return (
|
||||
<div className="mt-12">
|
||||
<div className="mt-12 relative">
|
||||
<div className="flex justify-between">
|
||||
<h1 className="text-[26px] text-neutral-100 font-semibold w-fit tracking-tight">
|
||||
Maybe You Like
|
||||
</h1>
|
||||
<div>
|
||||
<ScrollingButton />
|
||||
</div>
|
||||
</div>
|
||||
<Suspense fallback={<RecommendationSkeleton />}>
|
||||
<RecommendationMain />
|
||||
|
||||
Reference in New Issue
Block a user