Skip to content

Commit 0deb189

Browse files
authored
Update page.tsx
1 parent c48f79b commit 0deb189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Home() {
1919

2020
<main className="flex-1">
2121
<HeroSection orderStatus={orderStatusData} />
22-
{/* <TShirtAvailability /> */}
22+
<TShirtAvailability />
2323
<PickupPoints pickupPoints={pickupPointsData} />
2424
<FAQSection faqs={faqData} />
2525
</main>

0 commit comments

Comments
 (0)