"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { motion } from "framer-motion"; import { Mail, MessageSquare, ArrowRight } from "lucide-react"; export function Contact() { return (
{/* Animated background elements */}
Let's Create Something Amazing

Have a project in mind? We'd love to hear about it. Let's discuss how we can bring your vision to life.

Email Us

hello@nexusagency.com

Schedule a Call

Book a free consultation

Start Your Project
); }