import Link from "next/link"; import { Button } from "@/components/ui/button"; import { ArrowRight } from "lucide-react"; export default function HomePage() { return (
{/* Hero Section */}

Welcome to Your App

A modern Next.js starter with authentication, billing, and team management built in.

{/* CTA Button */}
{/* Features Grid */}

Secure Authentication

Built-in auth with magic link login powered by Stytch.

Billing Integration

Subscription management and payments via Polar.

Team Management

Invite members, manage roles, and collaborate.

{/* Footer */}
); }