clients page making
This commit is contained in:
@@ -33,6 +33,7 @@ const FiveProjects = ({ projects }: GalleryProjectsProps) => {
|
||||
const row = rows[index];
|
||||
return (
|
||||
<div
|
||||
key={el.id}
|
||||
className={`${row} relative h-full overflow-hidden after:absolute after:content-[''] after:z-10 after:w-full after:h-full after:top-0 after:left-0 after:bg-gradient-to-b after:from-[rgba(0,0,0,0)] after:to-[rgba(0,0,0,0.9)] cursor-pointer group`}
|
||||
>
|
||||
<img
|
||||
@@ -65,6 +66,7 @@ const FourProjects = ({ projects }: GalleryProjectsProps) => {
|
||||
const row = rows[index];
|
||||
return (
|
||||
<div
|
||||
key={el.id}
|
||||
className={`${row} relative h-full overflow-hidden after:absolute after:content-[''] after:z-10 after:w-full after:h-full after:top-0 after:left-0 after:bg-gradient-to-b after:from-[rgba(0,0,0,0)] after:to-[rgba(0,0,0,0.9)] cursor-pointer group`}
|
||||
>
|
||||
<img
|
||||
@@ -98,6 +100,7 @@ const ThreeProjects = ({ projects }: GalleryProjectsProps) => {
|
||||
const row = rows[index];
|
||||
return (
|
||||
<div
|
||||
key={el.id}
|
||||
className={`${row} relative h-full overflow-hidden after:absolute after:content-[''] after:z-10 after:w-full after:h-full after:top-0 after:left-0 after:bg-gradient-to-b after:from-[rgba(0,0,0,0)] after:to-[rgba(0,0,0,0.9)] cursor-pointer group`}
|
||||
>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user