"use client"; import { useInView } from "@/hooks/use-in-view"; import { Button } from "@/components/ui/button"; import { Mail, Phone, MapPin, Zap } from "lucide-react"; export function ContactSection() { const { ref, isInView } = useInView(0.1); return (

Ready to Power Up?

Let's talk about making your next festival poop-powered. Seriously.

{/* Contact form */}