diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2f335ef..16ffd98 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,65 +29,28 @@ export default function LandingPage() {
@@ -98,9 +61,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Awakening: Level 0"
description={[
- "This is where your journey begins. No payment, no strings—just knowledge.",
- "Infiltrate the basics of AI and master the fundamentals before you go deeper into the archive.",
- "Identity confirmed. Agent access granted.",
+ "This is where your journey begins. No payment, no strings—just knowledge.", "Infiltrate the basics of AI and master the fundamentals before you go deeper into the archive.", "Identity confirmed. Agent access granted."
]}
/>
@@ -112,48 +73,12 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Level 0: Awakening",
- price: "FREE",
- variant: "Basic Access",
- imageSrc: "http://img.b2bpic.net/free-vector/stage-upgrading-tariff-plan-server-room-web-hosting-technology-progress-steps_39422-796.jpg",
- },
- {
- id: "2",
- name: "Level 1: Neural Nodes",
- price: "$49",
- variant: "Intermediate",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg",
- },
- {
- id: "3",
- name: "Level 2: Cryptic Core",
- price: "$99",
- variant: "Advanced",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-bank-card-d-sunglasses-white-surface_140725-69401.jpg",
- },
- {
- id: "4",
- name: "Level 3: Algorithm War",
- price: "$149",
- variant: "Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/development-opportunity-strategy-improvement-word_53876-13771.jpg",
- },
- {
- id: "5",
- name: "Level 4: Data Breaker",
- price: "$199",
- variant: "Master",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg",
- },
- {
- id: "6",
- name: "Level 5: Archangel AI",
- price: "$299",
- variant: "Legendary",
- imageSrc: "http://img.b2bpic.net/free-photo/military-officer-reviewing-data-from-surveillance-works-tactical-operations-tech-driven_482257-136395.jpg?_wi=2",
- },
+ { id: "1", name: "Level 0: Awakening", price: "FREE", variant: "Basic Access", imageSrc: "http://img.b2bpic.net/free-vector/stage-upgrading-tariff-plan-server-room-web-hosting-technology-progress-steps_39422-796.jpg" },
+ { id: "2", name: "Level 1: Neural Nodes", price: "$49", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-connecting-lines-dots_1048-8641.jpg" },
+ { id: "3", name: "Level 2: Cryptic Core", price: "$99", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-bank-card-d-sunglasses-white-surface_140725-69401.jpg" },
+ { id: "4", name: "Level 3: Algorithm War", price: "$149", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/development-opportunity-strategy-improvement-word_53876-13771.jpg" },
+ { id: "5", name: "Level 4: Data Breaker", price: "$199", variant: "Master", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-dashboard-display_23-2151977856.jpg" },
+ { id: "6", name: "Level 5: Archangel AI", price: "$299", variant: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/military-officer-reviewing-data-from-surveillance-works-tactical-operations-tech-driven_482257-136395.jpg" }
]}
title="The Archive Modules"
description="Access the encrypted knowledge sectors to upgrade your AI expertise."
@@ -164,58 +89,20 @@ export default function LandingPage() {
@@ -271,35 +139,21 @@ export default function LandingPage() {
logoText="AL CLUB"
columns={[
{
- title: "Archive",
- items: [
- {
- label: "Modules",
- href: "#products",
- },
- {
- label: "Security",
- href: "#",
- },
- ],
+ title: "Archive", items: [
+ { label: "Modules", href: "#products" },
+ { label: "Security", href: "#" }
+ ]
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Use",
- href: "#",
- },
- ],
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Use", href: "#" }
+ ]
+ }
]}
/>
);
-}
+}
\ No newline at end of file