Files
1fc64612-1e1a-4be9-ac98-722…/src/pages/HomePage.tsx

33 lines
1.1 KiB
TypeScript

// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly; this shell only fixes render order.
import React from 'react';
import HomeSection from './HomePage/sections/Home';
import BeersSection from './HomePage/sections/Beers';
import StorySection from './HomePage/sections/Story';
import TaproomSection from './HomePage/sections/Taproom';
import TestimonialQuoteCardsSection from './HomePage/sections/TestimonialQuoteCards';
import FaqSimpleSection from './HomePage/sections/FaqSimple';
import ContactSection from './HomePage/sections/Contact';
{/* webild-stub @2026-06-02T14:34:15.285Z: make badges in hero sections each on in different color */}
{/* webild-stub @2026-06-02T14:28:11.483Z: make badges in hero sections each on in different color */}
export default function HomePage(): React.JSX.Element {
return (
<>
<HomeSection />
<BeersSection />
<StorySection />
<TaproomSection />
<TestimonialQuoteCardsSection />
<FaqSimpleSection />
<ContactSection />
</>
);
}