Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Sep 29, 2023
1 parent 5a3b339 commit 3df7410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Footer from "../components/Footer";
import Showcase from "../components/Showcase";
import Authlite from "../components/Authlite";
// import GradientPlatform from "../components/GradientPlatform";
import GradientPlatform from "../components/GradientPlatform";
import LandingHero from "../components/LandingHero";
import AiInCLI from "../components/AiInCLI";
import Navbar from "../components/Navbar";
Expand All @@ -13,9 +13,9 @@ export default function LandingPage() {
return (
<>
<Navbar />
<LandingHero />
{/* <LandingHero /> */}
<AiInCLI />
{/* <GradientPlatform /> */}
<GradientPlatform />
{/*{!isMobile ? <Timeline /> : null}*/}
<Authlite />
<Showcase />
Expand Down

0 comments on commit 3df7410

Please sign in to comment.