We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4a5fc commit 24c9bc9Copy full SHA for 24c9bc9
2 files changed
components/landing/CustomerWall.tsx
@@ -145,6 +145,23 @@ export default function CustomerWall() {
145
/>
146
</a>
147
</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>
165
166
167
public/images/lody.png
3.11 MB
0 commit comments