export default function BedfordDemoPage() { const quickActions = [ { title: "Calendar", icon: ( ), }, { title: "Agendas & Minutes", icon: ( ), }, { title: "Submit a Request", icon: ( ), }, { title: "Pay My Bill", icon: ( ), }, { title: "Public Notices", icon: ( ), }, ]; return (
Town of Bedford Emblem

Welcome to the city of

BEDFORD

Bedford Opens New Community Center to Support Local Businesses

BEDFORD (January 15, 2025) – Today, Mayor Johnson was joined by business owners and community leaders to celebrate the official grand opening of the Bedford Community Center, featuring modern meeting spaces, networking areas, and resources for local entrepreneurs...

{quickActions.map((item) => (
{item.icon}

{item.title}

))}

Latest News & Updates

Town Council Meeting - February 15th

Join us for the monthly town council meeting where we'll discuss upcoming infrastructure projects, budget allocations, and community initiatives.

Posted: February 10, 2025

Winter Snow Removal Updates

The Public Works Department has updated snow removal priorities. Please review the new guidelines for parking restrictions during snow events.

Posted: February 8, 2025

Quick Links

Popular Services

Contact Information

City Hall:
123 Main Street
Bedford, XY 75001

Phone: (555) 123-4567

Hours:
Mon-Fri: 8:00 AM - 5:00 PM

SUBSCRIBE TO THE BEDFORD NEWSLETTER

); }