import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent } from "@/components/ui/card" import { Navigation } from "@/components/navigation" import { Footer } from "@/components/footer" import { Music, Instagram, Sprout, Heart, Users } from "lucide-react" export default function HomePage() { return (
{/* Hero Section with mycelial pattern overlay */}
Where Soul Meets Soil

Soul Speaks Soil

Join host Sammy Davis for deep conversations exploring the profound connection between our inner world and the earth beneath our feet.

{/* Featured Image Section with soil and moss imagery */}
Rich soil with moss and ferns - Soul Speaks Soil Podcast
{/* About Preview Section with organic texture background */}

Authentic Conversations

Real, unfiltered discussions about sustainability, growth, and connection.

Diverse Guests

Featuring farmers, activists, artists, and thought leaders.

Rooted in Nature

Exploring our relationship with the earth and each other.

{/* CTA Section with deeper earth tones */}

Join the Conversation

Follow us on Instagram for behind-the-scenes content, episode updates, and community discussions.

) }