7 Commits

Author SHA1 Message Date
413174303d Merge version_6 into main
Merge version_6 into main
2026-05-09 12:34:51 +00:00
eb96b009a2 Update src/app/page.tsx 2026-05-09 12:34:48 +00:00
ba98c13786 Merge version_5 into main
Merge version_5 into main
2026-05-09 12:33:59 +00:00
47fb48e14c Update theme colors 2026-05-09 12:33:56 +00:00
d19105db01 Merge version_4 into main
Merge version_4 into main
2026-05-09 12:33:51 +00:00
7c8ebb7597 Merge version_3 into main
Merge version_3 into main
2026-05-09 12:33:25 +00:00
1bc784636f Merge version_2 into main
Merge version_2 into main
2026-05-09 12:32:39 +00:00
2 changed files with 12 additions and 11 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #341f51;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--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);