import { createFileRoute } from "@tanstack/react-router"; import { SaturdayCalendar } from "@/components/saturday-calendar"; import { VehiclePage } from "@/components/vehicle-page"; import { vehicles } from "@/lib/content"; export const Route = createFileRoute("/lillith")({ component: Lillith }); function Lillith() { return (

Held Saturdays

Pick a date. Hold it today.

Three booked Lillith Saturdays deposited is the near-term proof. The calendar is the work. Files included. Gallery in 48 hours.

); }