fix(web): improve builder responsiveness and add npm icon

This commit is contained in:
Aman Varshney
2025-07-22 10:18:31 +05:30
parent 58cbc902c1
commit 1aa1525dc0
9 changed files with 200 additions and 212 deletions

View File

@@ -150,22 +150,6 @@ export default function Testimonials() {
[{TWEET_IDS.length} ENTRIES]
</span>
</div>
<div className="mb-8 rounded border border-border p-4">
<div className="flex items-center gap-2 text-sm">
<span className="text-primary">$</span>
<span className=" text-foreground">
Community feedback from X (Twitter)
</span>
</div>
<div className="mt-2 flex items-center gap-2 text-sm">
<span className="text-primary">$</span>
<span className=" text-muted-foreground">
Real developers sharing their experience
</span>
</div>
</div>
<div className="block sm:hidden">
<motion.div
className="flex flex-col gap-4"