import { Navigation } from "@/components/navigation" import { Footer } from "@/components/footer" import { ContactForm } from "@/components/contact-form" import { Card, CardContent } from "@/components/ui/card" import { Mail, Instagram, Music, MessageSquare } from "lucide-react" export const metadata = { title: "Contact | Soul Speaks Soil", description: "Get in touch with Sammy Davis for consulting, podcast collaborations, and more", } export default function ContactPage() { return (
{/* Header Section with organic texture */}

Get in Touch

Whether you're interested in consulting, podcast collaborations, speaking engagements, or just want to say hello, I'd love to hear from you.

{/* Contact Options with mycelial pattern */}

Consulting

Sustainability strategy, regenerative practices, and organizational transformation

Podcast Guest

Invite Sammy to be a guest on your podcast or collaborate on content

Speaking

Book Sammy for conferences, workshops, and speaking engagements

{/* Contact Form Section */}
{/* Social Links with organic texture background */}

Connect on Social Media

Follow Soul Speaks Soil for updates, behind-the-scenes content, and community discussions.

) }