make 2 directions
This commit is contained in:
@@ -36,7 +36,7 @@ export const AgentLogos = () => {
|
||||
const rows = splitLogoRows();
|
||||
|
||||
return (
|
||||
<section className="relative isolate overflow-hidden bg-black py-4">
|
||||
<section className="relative isolate overflow-hidden bg-[#121212] py-4">
|
||||
<div className="pointer-events-none absolute inset-y-0 left-0 w-32 bg-gradient-to-r from-black to-transparent" />
|
||||
<div className="pointer-events-none absolute inset-y-0 right-0 w-32 bg-gradient-to-l from-black to-transparent" />
|
||||
<div className="flex w-full flex-col gap-1 px-0">
|
||||
@@ -53,7 +53,7 @@ export const AgentLogos = () => {
|
||||
</div>
|
||||
))}
|
||||
direction={idx % 2 === 0 ? "left" : "right"}
|
||||
speed={idx % 2 === 0 ? "fast" : "normal"}
|
||||
speed="slow"
|
||||
pauseOnHover={true}
|
||||
className="w-full"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user