import { useState } from "react"; import { Check, Sparkles, Camera, Video, Music, Images, Phone, Mail, ChevronRight, Info, Star } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card"; import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"; import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "@/components/ui/accordion"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Textarea } from "@/components/ui/textarea"; import { cn } from "@/lib/utils"; const tiers = { wedding: [ { name: "Essentials", headline: "Photo or Video", price: 1800, blurb: "Perfect for intimate weddings and courthouse ceremonies.", includes: [ "1 lead shooter (photo or video)", "Up to 5 hours continuous coverage", "Curated online gallery (photo) or 4–6 min highlight film (video)", "Pro audio capture for vows/speeches (video)", "48–72 hr sneak peeks", ], cta: "Get Availability", tag: "Most Affordable", }, { name: "Signature", headline: "Photo + Video", price: 3600, blurb: "Our most‑booked bundle covering your day end‑to‑end.", includes: [ "1 photographer + 1 cinematographer", "8 hours coverage (prep → reception)", "500–700 edited photos in an online gallery", "6–8 min cinematic highlight film", "Full ceremony + speeches delivered separately", "Drone establishing shots (venue/weather permitting)", ], cta: "Reserve This Package", tag: "Best Value", featured: true, }, { name: "Elevate", headline: "Luxury Photo + Video", price: 5400, blurb: "For all the angles and premium storytelling.", includes: [ "2 photographers + 2 cinematographers", "10 hours coverage + timeline planning", "800–1,000 edited photos", "10–12 min feature film + 60–90 sec social teaser", "Aerial drone coverage (FAA/venue/Weather dependent)", "Same‑day edit teaser for reception screens", ], cta: "Build Your Quote", tag: "Most Coverage", }, ], photobooth: [ { name: "Open Air Booth", price: 700, blurb: "Sleek, modern kiosk with pro lighting.", includes: [ "3–5 hours attendant‑run", "Unlimited sessions + instant sharing", "Choice of premium backdrop", "Custom overlay/template", "Online gallery next‑day", ], icon: Images, }, { name: "360 Booth", price: 750, blurb: "Immersive slow‑motion video moments.", includes: [ "3–5 hours run time", "LED video enclosure + safety rails", "Custom logo animation", "Instant phone sharing", "On‑site attendant", ], icon: Camera, }, { name: "Mirror Booth", price: 900, blurb: "Interactive full‑length mirror experience.", includes: [ "3–5 hours attendant‑run", "On‑glass animations & signing", "2x6 or 4x6 prints (DNP dye‑sub)", "Props + premium backdrop", "Custom template design", ], icon: Sparkles, }, ], dj: [ { name: "Classic DJ", price: 850, blurb: "4 hours, pro sound for up to 150 guests.", includes: ["DJ/MC", "Wireless mic", "Dance floor lights", "Online planning portal"], }, { name: "Premier DJ", price: 1200, blurb: "Elevated look and sound for larger rooms.", includes: ["DJ/MC + 2 speakers + sub", "2 moving heads on totems", "Monogram projection", "Cocktail hour playlist"], }, { name: "Luxe DJ", price: 1800, blurb: "Show‑stopping production and visuals.", includes: ["DJ/MC + enhanced audio", "4 moving heads + truss", "LED DJ facade/stage", "CO2 or cold sparks add‑on ready"], }, ], enhancements: [ { name: "Dancing on Clouds (Nimbus)", price: 400 }, { name: "Cold Spark Fountains (pair)", price: 600 }, { name: "Uplighting (12 fixtures)", price: 350 }, { name: "Moving Head Package", price: 600 }, { name: "Monogram/Name in Lights", price: 250 }, { name: "Ceremony Audio (mics + tech)", price: 350 }, ], }; const bullets = (items: string[]) => (
Flexible bundles for weddings, sweet 16s, and celebrations across NY & NJ. Choose a package as‑is or mix‑and‑match to fit your timeline, venue, and vision.
{t.blurb}
{bullets(t.includes)}{e.name}
Add to any package
${e.price}
Tell us about your event and we’ll send a tailored quote.