7 Commits

Author SHA1 Message Date
2db61fe368 Merge version_3 into main
Merge version_3 into main
2026-03-12 17:34:30 +00:00
6c2547e697 Update theme colors 2026-03-12 17:34:24 +00:00
db5db9e22f Merge version_3 into main
Merge version_3 into main
2026-03-12 17:33:54 +00:00
391a86122a Update theme colors 2026-03-12 17:33:48 +00:00
f9590b7d38 Merge version_3 into main
Merge version_3 into main
2026-03-12 17:31:30 +00:00
b590a68130 Update src/app/page.tsx 2026-03-12 17:31:26 +00:00
9b260b4aeb Merge version_2 into main
Merge version_2 into main
2026-03-12 17:29:58 +00:00
2 changed files with 5 additions and 5 deletions

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>
);
}
}

View File

@@ -13,12 +13,12 @@
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #341f51;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);