Update src/app/page.tsx

This commit is contained in:
2026-03-12 17:31:26 +00:00
parent 9b260b4aeb
commit b590a68130

View File

@@ -143,7 +143,7 @@ export default function LandingPage() {
<div id="catering" data-section="catering">
<FeatureCardOne
title="BBQ Catering That Steals the Show"
description="From backyard parties to weddings and corporate events, 2nd Hand Smoke BBQ brings authentic pit-smoked flavor to any gathering. We handle the food so you can enjoy the moment."
description="From backyard parties to weddings and corporate events, 2nd Hand Smoke BBQ brings authentic pit-smoked flavor to any gathering. 72-hour booking window. Minimum 25 guests. We handle the food so you can enjoy the moment."
tag="Catering Services"
tagIcon={Heart}
tagAnimation="slide-up"
@@ -233,4 +233,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}