Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions components/landing/CustomerWall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,23 @@ export default function CustomerWall() {
/>
</a>
</div>

{/* Lody */}
<div className="group">
<a
href="https://lody.ai"
target="_blank"
rel="noopener noreferrer"
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"
>
<img
src="/images/lody.png"
alt="Lody"
className="max-w-[100px] max-h-10 w-auto h-auto "
/>
<p className="text-2xl font-medium pl-1">Lody</p>
</a>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Binary file added public/images/lody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading