12 Commits

Author SHA1 Message Date
a86404e9be Update theme colors 2026-05-11 14:47:40 +00:00
11437f7d7f Update src/app/page.tsx 2026-05-11 13:57:59 +00:00
b1af8fab27 Update src/app/courses/page.tsx 2026-05-11 13:56:27 +00:00
28dc83eb39 Update src/app/page.tsx 2026-05-11 13:55:00 +00:00
5e8d8b32de Merge version_1 into main
Merge version_1 into main
2026-05-11 13:54:22 +00:00
bc355ac7ec Merge version_1 into main
Merge version_1 into main
2026-05-11 13:53:56 +00:00
64c22ba9cc Merge version_1 into main
Merge version_1 into main
2026-05-11 13:51:45 +00:00
a25b649a3c Merge version_1 into main
Merge version_1 into main
2026-05-11 13:51:12 +00:00
2ead5ca38d Merge version_1 into main
Merge version_1 into main
2026-05-11 13:50:44 +00:00
80eceb65cf Merge version_1 into main
Merge version_1 into main
2026-05-11 13:50:17 +00:00
098dfb435c Merge version_1 into main
Merge version_1 into main
2026-05-11 13:49:50 +00:00
6b2fc75b11 Merge version_1 into main
Merge version_1 into main
2026-05-11 13:49:16 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
id: "/contact",
},
]}
brandName="R-Dex Group"
brandName="R-Dex Cyber Solution "
/>
</div>

View File

@@ -35,14 +35,14 @@ export default function LandingPage() {
{ name: "Blog", id: "/blog" },
{ name: "Contact", id: "/contact" },
]}
brandName="R-Dex Group"
brandName="R-Dex Cyber Solution "
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Securing the Future of Digital Infrastructure"
description="R-Dex Group Of Industry provides advanced cybersecurity training, defense, and consulting services for a hyper-connected world."
description="Become a certified expert or harden your enterprise defenses with R-Dex Group's advanced cybersecurity training and consulting services."
buttons={[
{ text: "Start Learning", href: "/courses" },
{ text: "Contact Us", href: "/contact" },
@@ -99,7 +99,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="R-Dex Group"
logoText="R-Dex Cyber Solution "
columns={[
{
title: "Company", items: [
@@ -119,4 +119,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);