
Edit Features
Open/components/Features.tsx:
Change Section Heading
Choose Icons
Browse icons at lucide.dev, then import:How Many Features?
Best: 6-9 features - Fills the grid nicely- Too few (3-4): Looks empty
- Too many (12+): Overwhelming
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Grid showcasing your product’s key capabilities

/components/Features.tsx:
const features: Feature[] = [
{
title: "Authentication",
icon: <ShieldUser size={44} />,
description: "Get users signing up and logging in. Auth0 handles everything securely.",
},
{
title: "Payments",
icon: <BadgeDollarSign size={44} />,
description: "Accept subscriptions with Stripe. Get paid in minutes.",
},
// Add more features...
]
<h2>Why Choose shipfast.so</h2>
<p>All these features are already configured...</p>
import { ShieldUser, BadgeDollarSign, Mail } from "lucide-react";
Was this page helpful?
