Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 413174303d | |||
| eb96b009a2 | |||
| ba98c13786 | |||
| 47fb48e14c | |||
| d19105db01 | |||
| d9794bcfb9 | |||
| 7c8ebb7597 | |||
| 149ca4d6ff | |||
| 1bc784636f |
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MediaProd TN"
|
||||
brandName="next prod TN"
|
||||
button={{
|
||||
text: "Get Started"}}
|
||||
/>
|
||||
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
title="Crafting Stories with Technological Precision"
|
||||
tag="About Us"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#features" },
|
||||
{ text: "Get Started", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -201,7 +202,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 MediaProd TN"
|
||||
bottomLeftText="© 2024 next prod TN"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #121212;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #333333;
|
||||
--background-accent: #1f1f1f;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user