Skip to content
Closed
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
3 changes: 0 additions & 3 deletions src/components/home-page/HeroTrustedByStrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const HeroTrustedByStrip = () => {
const items = [...customers, ...customers];
return (
<div className="relative z-10 w-full max-w-6xl px-4">
<p className="text-[10px] sm:text-xs tracking-[0.2em] uppercase text-gray-500 dark:text-gray-400 font-medium mb-3 text-center">
Trusted by leading engineering teams
</p>
<div className="relative overflow-hidden mask-fade-x">
<div className="flex items-center gap-6 sm:gap-8 animate-marquee whitespace-nowrap py-1">
{items.map((customer, i) => (
Expand Down
16 changes: 0 additions & 16 deletions src/components/home-page/HomeHeroVibe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Sparkles,
ChevronDown,
Check,
CheckCircle2,
} from "lucide-react";

import { Button } from "@/components/ui/button";
Expand Down Expand Up @@ -377,21 +376,6 @@ const HomeHeroVibe = () => {
</Button>
</div>

<div className="flex flex-wrap items-center justify-center sm:justify-between gap-x-4 gap-y-1.5 text-sm text-gray-600 dark:text-gray-300">
<span className="inline-flex items-center gap-1.5">
<CheckCircle2 className="w-4 h-4 text-green-500 flex-shrink-0" />
Free to start
</span>
<span className="inline-flex items-center gap-1.5">
<CheckCircle2 className="w-4 h-4 text-green-500 flex-shrink-0" />
No credit card required
</span>
<span className="inline-flex items-center gap-1.5">
<CheckCircle2 className="w-4 h-4 text-green-500 flex-shrink-0" />
Works with your Playwright setup
</span>
</div>

</div>
</div>
{/* Watch-demo affordance over the video below the form. */}
Expand Down