import Link from "next/link"; import { ArrowRightIcon, CheckCircle2Icon, DownloadIcon, ImagesIcon, ShieldCheckIcon, UploadIcon, } from "lucide-react"; import { createServerCaller } from "@/trpc/server"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { BrandMark } from "@/components/brand-mark"; import { formatEventDate } from "@/lib/utils"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; const features = [ { number: "01", icon: UploadIcon, title: "One link for everyone", body: "Guests upload from any phone. No account, app, or shared camera roll required.", }, { number: "02", icon: ShieldCheckIcon, title: "You decide what’s public", body: "Every photo lands in a private review queue before it reaches the shared gallery.", }, { number: "03", icon: DownloadIcon, title: "Originals stay original", body: "Keep the full-quality files while Manyangles makes the gallery fast for everyone else.", }, ] as const; function AlbumPreview() { return (
Saturday album Brooklyn · 84 photos