-
-
- )
-}
diff --git a/mars/src/components/AppStoreLink.jsx b/mars/src/components/AppStoreLink.jsx
deleted file mode 100644
index 5c203a0b1..000000000
--- a/mars/src/components/AppStoreLink.jsx
+++ /dev/null
@@ -1,24 +0,0 @@
-import Link from 'next/link'
-import clsx from 'clsx'
-
-export function AppStoreLink({ color = 'black' }) {
- return (
-
-
-
- )
-}
diff --git a/mars/src/components/CallToAction.jsx b/mars/src/components/CallToAction.jsx
index 9ac75670c..518c0ec70 100644
--- a/mars/src/components/CallToAction.jsx
+++ b/mars/src/components/CallToAction.jsx
@@ -1,4 +1,4 @@
-import { AppStoreLink } from '@/components/AppStoreLink'
+import { GitHubLink } from '@/components/GitHubLink'
import { CircleBackground } from '@/components/CircleBackground'
import { Container } from '@/components/Container'
@@ -22,7 +22,7 @@ export function CallToAction() {
first investment.
-
+
diff --git a/mars/src/components/GitHubLink.jsx b/mars/src/components/GitHubLink.jsx
new file mode 100644
index 000000000..6a6f20a23
--- /dev/null
+++ b/mars/src/components/GitHubLink.jsx
@@ -0,0 +1,24 @@
+import Link from 'next/link'
+
+import clsx from 'clsx'
+
+export function GitHubLink({ color = 'black' }) {
+ return (
+
+
+
+
+ )
+}
diff --git a/mars/src/components/Hero.jsx b/mars/src/components/Hero.jsx
index 53123b504..70d4f867c 100644
--- a/mars/src/components/Hero.jsx
+++ b/mars/src/components/Hero.jsx
@@ -2,8 +2,8 @@ import { useId } from 'react'
import Image from 'next/image'
import clsx from 'clsx'
-import { AppDemo } from '@/components/AppDemo'
-import { AppStoreLink } from '@/components/AppStoreLink'
+import { MegaArch } from '@/components/MegaArch'
+import { GitHubLink } from '@/components/GitHubLink'
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import { PhoneFrame } from '@/components/PhoneFrame'
@@ -108,34 +108,30 @@ export function Hero() {
Redefining Open Source with Monolithic and Decentralized
- Mega is an unofficial open source implementation of Google Piper. It is a monorepo & monolithic codebase
- management system that supports Git. Mega is designed to manage large-scale codebases,
+ Mega is an unofficial open source implementation of Google Piper.
+ It is a monorepo & monolithic codebase management system that
+ supports Git. Mega is designed to manage large-scale codebases,
streamline development, and foster collaboration.
- {/*
*/}
- {/* */}
- {/* */}
- {/*
*/}
-
+
+
+
+
-
-
- {/**/}
- {/*
*/}
- {/* */}
- {/* */}
- {/* */}
- {/*
*/}
-
+
+
+
+
+
{/*
*/}
{/* As featured in*/}
diff --git a/mars/src/components/MegaArch.jsx b/mars/src/components/MegaArch.jsx
new file mode 100644
index 000000000..3479550c9
--- /dev/null
+++ b/mars/src/components/MegaArch.jsx
@@ -0,0 +1,56 @@
+'use client'
+
+function Chart() {
+ return (
+
+ )
+}
+
+export function MegaArch() {
+ return (
+