Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a86404e9be | |||
| 11437f7d7f | |||
| b1af8fab27 | |||
| 28dc83eb39 | |||
| 5e8d8b32de | |||
| bc355ac7ec | |||
| 64c22ba9cc | |||
| a25b649a3c | |||
| 2ead5ca38d | |||
| 80eceb65cf | |||
| 098dfb435c | |||
| 6b2fc75b11 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="R-Dex Group"
|
||||
brandName="R-Dex Cyber Solution "
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user