We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48f79b commit 0deb189Copy full SHA for 0deb189
app/page.tsx
@@ -19,7 +19,7 @@ export default function Home() {
19
20
<main className="flex-1">
21
<HeroSection orderStatus={orderStatusData} />
22
- {/* <TShirtAvailability /> */}
+ <TShirtAvailability />
23
<PickupPoints pickupPoints={pickupPointsData} />
24
<FAQSection faqs={faqData} />
25
</main>
0 commit comments