Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-05-11 13:55:03 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<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" },
@@ -119,4 +119,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}