Skip to content

Commit 24c9bc9

Browse files
committed
feat: add Lody logo and link to CustomerWall component
1 parent 5a4a5fc commit 24c9bc9

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

components/landing/CustomerWall.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,23 @@ export default function CustomerWall() {
145145
/>
146146
</a>
147147
</div>
148+
149+
{/* Lody */}
150+
<div className="group">
151+
<a
152+
href="https://lody.ai"
153+
target="_blank"
154+
rel="noopener noreferrer"
155+
className="flex items-center justify-center p-6 h-24 bg-zinc-800/30 border border-zinc-700/30 rounded-xl hover:border-zinc-600/50 hover:bg-zinc-800/50 transition-all duration-300 group"
156+
>
157+
<img
158+
src="/images/lody.png"
159+
alt="Lody"
160+
className="max-w-[100px] max-h-10 w-auto h-auto "
161+
/>
162+
<p className="text-2xl font-medium pl-1">Lody</p>
163+
</a>
164+
</div>
148165
</div>
149166
</div>
150167
</div>

public/images/lody.png

3.11 MB
Loading

0 commit comments

Comments
 (0)