Skip to content

Commit e7a7767

Browse files
committed
fix: restore deco.cx screenshot in social proof section
1 parent fddab74 commit e7a7767

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

www/components/homepage/SocialProof.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ export function SocialProof() {
1616
eCommerce platform
1717
</p>
1818
</div>
19-
<a
20-
href="https://deno.com/blog/deco-cx-subhosting-serve-their-clients-storefronts-fast"
21-
class="block mx-auto text-center"
22-
>
23-
<div class="mx-auto max-w-screen-md bg-gradient-to-br from-green-50 to-yellow-50 border border-green-200 rounded-lg p-12 flex items-center justify-center">
24-
<span class="text-4xl sm:text-5xl md:text-6xl font-extrabold text-green-700 tracking-tight">
25-
deco.cx
26-
</span>
27-
</div>
19+
<a href="https://deno.com/blog/deco-cx-subhosting-serve-their-clients-storefronts-fast">
20+
<img
21+
src="/showcase/deco.webp"
22+
alt="Deco.cx screenshot"
23+
class="mx-auto max-w-screen-md w-full"
24+
loading="lazy"
25+
/>
2826
</a>
2927
<div class="flex flex-col gap-8 items-center justify-center -mt-8 md:-mt-16 lg:-mt-32">
3028
<DemoBox flip>

www/static/showcase/deco.webp

83.2 KB
Loading

0 commit comments

Comments
 (0)