Compare commits
9 Commits
version_29
...
version_32
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d277fcfb9c | ||
| 46b6b546d9 | |||
| 36ed1cc497 | |||
| 775bfc75a6 | |||
| 4b76a45580 | |||
| a50d73de06 | |||
| 37fcb9bc19 | |||
| 35c2070b94 | |||
| 8c8947d9b9 |
@@ -8,8 +8,8 @@ import { cls } from "@/lib/utils";
|
||||
|
||||
const items = [
|
||||
{
|
||||
title: "Corporate Rebrand",
|
||||
description: "Global identity shift for tech firm.",
|
||||
title: "TANSIQ ",
|
||||
description: "",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781799797754-ue2qa78d.png"
|
||||
},
|
||||
{
|
||||
@@ -115,10 +115,7 @@ const PortfolioInline = () => {
|
||||
className="rounded group-hover:scale-105 transition-transform duration-500"
|
||||
/>
|
||||
|
||||
<div className="absolute inset-x-5 bottom-5 xl:inset-x-6 xl:bottom-6 2xl:inset-x-7 2xl:bottom-7 flex flex-col text-background">
|
||||
<span className="text-2xl font-semibold leading-snug truncate">{item.title}</span>
|
||||
<span className="text-base leading-snug truncate">{item.description}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user