Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a4333861b | |||
| 154bbe7a25 | |||
| 5dc0670e98 | |||
| a6ca0bffc0 | |||
| 0566fbd359 | |||
| fc427abb55 |
@@ -311,8 +311,8 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Tell us about your dance goals or questions...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-embracing-each-other-while-outdoors-night_23-2149215098.jpg"
|
||||
imageAlt="Exterior of Collective Dance Academy"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ballet-classroom-with-barre_23-2148281313.jpg"
|
||||
imageAlt="Interior of Collective Dance Academy ballet classroom"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--background: #f8f8f8;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f514c;
|
||||
--foreground: #2c2c2c;
|
||||
--primary-cta: #5A2C76;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--secondary-cta: #f8f8f8;
|
||||
--secondary-cta-text: #2c2c2c;
|
||||
--accent: #CC3366;
|
||||
--background-accent: #e3e3e3;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user