import Image from 'next/image'
import Link from 'next/link'
import { Card } from '@/components/Card'
import { Container } from '@/components/Container'
import { CalendarDaysIcon } from '@heroicons/react/24/solid'
import exteriorFrontImage from '@/images/photos/exterior-front.png'
import { type BlogPostWithSlug, getAllBlogPosts } from '@/lib/articles'
import { formatDate } from '@/lib/formatDate'
import { getUpcomingEvents, Event } from './calendar/page'
import dayjs from 'dayjs'
function LinkButton({
href,
children,
}: {
href: string
children: React.ReactNode
}) {
return (
{children}
)
}
function Article({ article }: { article: BlogPostWithSlug }) {
return (
The West Sound Community Hall is located in the hamlet of West Sound on Orcas Island, about 10 minutes from the ferry landing and Eastsound. It has served as a public assembly hall since it was built by volunteers in 1902.
Facing West Sound, the Hall is at the heart of the West Sound community.