Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2db61fe368 | |||
| 6c2547e697 | |||
| db5db9e22f | |||
| 391a86122a | |||
| f9590b7d38 | |||
| b590a68130 | |||
| 9b260b4aeb |
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
|||||||
<div id="catering" data-section="catering">
|
<div id="catering" data-section="catering">
|
||||||
<FeatureCardOne
|
<FeatureCardOne
|
||||||
title="BBQ Catering That Steals the Show"
|
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"
|
tag="Catering Services"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -233,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -13,12 +13,12 @@
|
|||||||
--background: #f5f5f5;
|
--background: #f5f5f5;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #341f51;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #6139e6;
|
--accent: #e63946;
|
||||||
--background-accent: #b3a8e8;
|
--background-accent: #e8bea8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user