import Layout from "@/components/layout/Layout"; import ContactForm from "./ContactForm"; export const metadata = { title: "Contact Sixty5 Street – Get in Touch with Us", description: "Have questions or crave something special? Reach out to Sixty5 Street. We’re here for you with fresh street-food passion. Let’s talk wings, wraps and more.", } export default function Contact() { return ( {/* Contact Section */}
{/* Left Column - Info */}
Reach us

Contact

Whether you're grabbing lunch, chilling with friends, or fueling a late-night craving, we've got something hot, hearty, and delicious waiting for you.
{/* Right Column - Form */}
{/* Google Map */}
); }