clients page making

This commit is contained in:
2024-01-22 15:43:37 +05:00
parent 6dd0780130
commit ad0aa62f13
91 changed files with 551 additions and 18 deletions
@@ -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