Compare commits
13 Commits
version_15
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| b1f6ced5f8 | |||
| 05ed04832c | |||
| 8b27ebb754 | |||
| 498bd2a09a | |||
| af13450103 | |||
| 21b44d2b48 | |||
| f4aeadfdd1 | |||
| 9e703b7ac4 | |||
| f6bda3d581 | |||
| c7b65fd18b | |||
| 0f20e5c960 | |||
| 223e8c74f3 | |||
| c12e36287a |
@@ -22,7 +22,7 @@ export default function ContactPage() {
|
||||
description="Let's collaborate on your next creative masterpiece."
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Name", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your creative needs or project requirements", rows: 5 }}
|
||||
buttonText="Send"
|
||||
buttonText="Request a Consultation"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -33,4 +33,4 @@ export default function ContactPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "requirements", placeholder: "Describe your creative needs or project requirements", rows: 5 }}
|
||||
buttonText="Send Message"
|
||||
buttonText="Request a Consultation"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-ai-tech-agency-workspace-providing-custom-software-development-services_482257-120228.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #38b8c7;
|
||||
--background: #7f38c7;
|
||||
--card: #171717;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #8837d4;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #7583cd;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #d4af37;
|
||||
--accent: #d4c437;
|
||||
--background-accent: #1a1a1a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user