Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7808bbba28 | |||
| 4eef82c60a | |||
| a280030e47 | |||
| 3a063d3e0c | |||
| 6999522f5c | |||
| 4a3f7df1da | |||
| 3a507cd569 | |||
| c3c084af07 | |||
| 9e966f5227 | |||
| 056899fe03 | |||
| 507299e02f |
@@ -75,6 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Me"
|
||||
buttons={[{ text: "Download CV", href: "#" }]}
|
||||
className="text-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,7 +120,7 @@ export default function LandingPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your Message", rows: 4, required: true }}
|
||||
buttonText="Submit"
|
||||
buttonText="Start Your Project"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/software-web-developer-coding-html-script-with-online-cloud-server-programming-firewall-security-learning-new-user-interface-terminal-window-with-code-language-application_482257-48034.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,4 +135,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user