diff --git a/src/app/page.tsx b/src/app/page.tsx index ed9e4d7..9d11836 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Award, Code, Flag, Shield } from "lucide-react"; @@ -41,13 +40,11 @@ export default function LandingPage() { name: "Features", id: "#features"}, { name: "How It Works", id: "#how-it-works"}, - { - name: "Leaderboard", id: "#leaderboard"}, { name: "Early Access", id: "#early-access"}, ]} button={{ - text: "Enter the Game", href: "#early-access"}} + text: "Enter the Game", href: "#early-access"}} brandName="ZERODAY" /> @@ -65,7 +62,7 @@ export default function LandingPage() { { text: "Watch Trailer", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/developer-conducting-server-auditing_482257-91167.jpg" + imageSrc="https://wtx.b-cdn.net/webild-assets/animated-characters/animated-character-1.webp" imageAlt="Terminal with cybersecurity code" mediaAnimation="slide-up" fixedMediaHeight={true} @@ -175,33 +172,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}