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",
|
id: "/contact",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
brandName="R-Dex Group"
|
brandName="R-Dex Cyber Solution "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -35,14 +35,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Blog", id: "/blog" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
brandName="R-Dex Group"
|
brandName="R-Dex Cyber Solution "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Securing the Future of Digital Infrastructure"
|
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={[
|
buttons={[
|
||||||
{ text: "Start Learning", href: "/courses" },
|
{ text: "Start Learning", href: "/courses" },
|
||||||
{ text: "Contact Us", href: "/contact" },
|
{ text: "Contact Us", href: "/contact" },
|
||||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="R-Dex Group"
|
logoText="R-Dex Cyber Solution "
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #fbfaff;
|
||||||
--card: #1a1a1a;
|
--card: #f7f5ff;
|
||||||
--foreground: #ffffff;
|
--foreground: #0f0022;
|
||||||
--primary-cta: #e34400;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fbfaff;
|
||||||
--secondary-cta: #010101;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #0f0022;
|
||||||
--accent: #737373;
|
--accent: #d8cef5;
|
||||||
--background-accent: #e34400;
|
--background-accent: #c4a8f9;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user