import { NextLogo } from "./next-logo"; import { SupabaseLogo } from "./supabase-logo"; export function Hero() { return (

Supabase and Next.js Starter Template

The fastest way to build apps with{" "} Supabase {" "} and{" "} Next.js

); }