Compare commits
12 Commits
version_2_
...
version_8_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f228cf4b2 | ||
| 809a1cd0c1 | |||
|
|
c85f04a2a1 | ||
|
|
58d25ae19b | ||
| 9fce7aa7e8 | |||
|
|
87b70ffcf0 | ||
|
|
af016b7dc8 | ||
| d300cd9834 | |||
|
|
e1874f6bb0 | ||
| 46736ec39c | |||
|
|
4f414deb3f | ||
| b25ab02db6 |
@@ -8,6 +8,10 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import GridOrCarousel from "@/components/ui/GridOrCarousel";
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
|
||||
|
||||
{/* webild-stub @2026-06-02T13:06:08.765Z: make badges in hero sections each on in different color */}
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -33,7 +37,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
text: "Sustainable Brewing",
|
||||
icon: Leaf,
|
||||
icon: Droplet,
|
||||
},
|
||||
{
|
||||
text: "Award-Winning",
|
||||
@@ -224,6 +228,17 @@ export default function HomePage() {
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq" data-webild-section="FaqSimple">
|
||||
<FaqSimple
|
||||
tag="Your Questions Answered"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Cedar Mountain Brewery, our beers, taproom, and special events. We're here to help you plan your visit."
|
||||
primaryButton={{"text":"Visit Our Taproom","href":"/taproom"}}
|
||||
secondaryButton={{"text":"Explore Our Beers","href":"/beers"}}
|
||||
items={[{"question":"What types of beer does Cedar Mountain Brewery offer?","answer":"We brew a diverse range of craft beers, including crisp lagers, hoppy IPAs, rich stouts, and seasonal ales. Our selection is constantly evolving, often featuring unique Vermont-inspired ingredients. Please check our 'Beers' page for our current tap list and availability."},{"question":"What are your taproom hours and location?","answer":"Our taproom is located in the heart of Vermont. We are open Wednesday to Friday from 3 PM - 9 PM, Saturday from 12 PM - 10 PM, and Sunday from 12 PM - 7 PM. We are closed on Monday and Tuesday. You can find our full address and directions on our 'Contact Us' page."},{"question":"Do you host special events or private parties?","answer":"Yes, we regularly host live music, trivia nights, and seasonal festivals. Our taproom is also available for private event bookings. Visit our 'Events' page for an up-to-date schedule or contact us directly to inquire about hosting your private gathering."},{"question":"Can I take a tour of the Cedar Mountain brewery?","answer":"We offer guided brewery tours on Saturdays at 2 PM and 4 PM. These tours provide a behind-the-scenes look at our brewing process and include a tasting flight. Reservations are highly recommended due to limited space."},{"question":"Where can I purchase Cedar Mountain beers to take home?","answer":"Our beers are available for purchase directly from our taproom in growlers, cans, and bottles. You can also find select Cedar Mountain brews at various local Vermont retailers and restaurants. Check our website for a list of distributors."}]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
|
||||
Reference in New Issue
Block a user