diff --git a/src/app/page.tsx b/src/app/page.tsx
index d799a93..6b131cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -59,37 +44,16 @@ export default function LandingPage() {
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."
buttons={[
- {
- text: "Start Learning",
- href: "/courses",
- },
- {
- text: "Contact Us",
- href: "/contact",
- },
+ { text: "Start Learning", href: "/courses" },
+ { text: "Contact Us", href: "/contact" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645614.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645614.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg",
- alt: "Cybersecurity Expert A",
- },
- {
- src: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg",
- alt: "Cybersecurity Expert B",
- },
- {
- src: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645638.jpg",
- alt: "Cybersecurity Expert C",
- },
- {
- src: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645577.jpg",
- alt: "Cybersecurity Expert D",
- },
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg",
- alt: "Cybersecurity Expert E",
- },
+ { src: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg", alt: "Cybersecurity Expert A" },
+ { src: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645669.jpg", alt: "Cybersecurity Expert B" },
+ { src: "http://img.b2bpic.net/free-photo/cyber-security-experts-working-with-tech-devices-neon-lights_23-2151645638.jpg", alt: "Cybersecurity Expert C" },
+ { src: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645577.jpg", alt: "Cybersecurity Expert D" },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg", alt: "Cybersecurity Expert E" },
]}
avatarText="Join our 15,000+ elite graduates"
/>
@@ -100,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Defending Digital Frontiers"
metrics={[
- {
- label: "Certified Students",
- value: "15,000+",
- icon: GraduationCap,
- },
- {
- label: "Cyber Defense Projects",
- value: "200+",
- icon: ShieldCheck,
- },
- {
- label: "Global Industry Partners",
- value: "50+",
- icon: Building2,
- },
+ { label: "Certified Students", value: "15,000+", icon: GraduationCap },
+ { label: "Cyber Defense Projects", value: "200+", icon: ShieldCheck },
+ { label: "Global Industry Partners", value: "50+", icon: Building2 },
]}
metricsAnimation="slide-up"
/>
@@ -124,15 +76,7 @@ export default function LandingPage() {
@@ -140,6 +84,8 @@ export default function LandingPage() {