Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98419652fd | |||
| c934440460 | |||
| 6824f3694a | |||
| 8db97ac297 | |||
| f64ed1fb5f | |||
| c456593723 | |||
| 45991dbc72 |
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Bring Mexico to Your Event"
|
||||
logoText="Transform Your Event Into an Authentic Mexican Fiesta"
|
||||
description="Authentic, unforgettable live music for weddings, corporate events, and parties in Melbourne. Led by Alejandro."
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fdfdfd;
|
||||
--primary-cta: #ff6207;
|
||||
--background: #fdf8f0;
|
||||
--card: #f0e6d2;
|
||||
--foreground: #4a2c2c;
|
||||
--primary-cta: #c41e3a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #f0e6d2;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff3d4a;
|
||||
--background-accent: #008080;
|
||||
--accent: #e38e1a;
|
||||
--background-accent: #2e8b57;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user