43 lines
2.3 KiB
TypeScript
43 lines
2.3 KiB
TypeScript
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
// file as the canonical source for the "taproom" section.
|
|
|
|
import React from 'react';
|
|
import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function TaproomSection(): React.JSX.Element {
|
|
return (
|
|
<div id="taproom" data-section="taproom">
|
|
<SectionErrorBoundary name="taproom">
|
|
<FeaturesMediaCards
|
|
tag="Experience Our Home"
|
|
title="The Cedar Mountain Taproom"
|
|
description="Join us at our cozy taproom, nestled at the base of Cedar Mountain. Enjoy fresh brews straight from the source, delicious local bites, and a welcoming atmosphere. It's more than a bar; it's where our community comes together to celebrate good beer and good company."
|
|
items={[
|
|
{
|
|
title: "Fresh Taps Daily",
|
|
description: "Always a rotating selection of our latest and greatest brews on tap, featuring seasonal specialties and classic favorites.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321509.jpg",
|
|
},
|
|
{
|
|
title: "Local Food Pairings",
|
|
description: "Savor delicious appetizers and meals, thoughtfully crafted to complement our beers, made with ingredients from Vermont farms.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg",
|
|
},
|
|
{
|
|
title: "Live Music & Events",
|
|
description: "Check our calendar for regular live performances, engaging trivia nights, and exciting new beer releases.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-men-standing-bar-counter-talking-each-other_23-2147861997.jpg",
|
|
},
|
|
{
|
|
title: "Scenic Outdoor Seating",
|
|
description: "Relax on our spacious patio with stunning panoramic views of the surrounding Cedar Mountains and lush Vermont landscape.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wooden-chair-table-outdoor-terrace_74190-3968.jpg",
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
);
|
|
}
|