Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18b625796c | |||
| 8cb988fac6 | |||
| 9ec46cd8f9 | |||
| 4ad40d84b6 | |||
| 5e4d9ead39 | |||
| 53827ddf23 | |||
| dddc348607 | |||
| e48150bd5a | |||
| 52b86e5292 |
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium", badge: "Best Value", badgeIcon: Zap,
|
id: "premium", badge: "Most Value - Save 37%", badgeIcon: Zap,
|
||||||
price: "$79", subtitle: "per month", buttons: [{ text: "Upgrade Now", href: "#contact" }],
|
price: "$79", subtitle: "per month", buttons: [{ text: "Upgrade Now", href: "#contact" }],
|
||||||
features: [
|
features: [
|
||||||
"All Standard benefits", "Exclusive fishing trips (4/year)", "Expert coaching sessions (2/month)", "Priority tournament entry", "Premium equipment discounts", "VIP member status"
|
"All Standard benefits", "Exclusive fishing trips (4/year)", "Expert coaching sessions (2/month)", "Priority tournament entry", "Premium equipment discounts", "VIP member status"
|
||||||
@@ -272,4 +272,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #1a1a1a;
|
--background: #ffffff;
|
||||||
--card: #262626;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #dc2626;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #262626;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #991b1b;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #7f1d1d;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* 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