Skip to content

Commit

Permalink
landing page done
Browse files Browse the repository at this point in the history
  • Loading branch information
me-imfhd committed Nov 16, 2023
1 parent b20f805 commit a4407d4
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 @@ -3,7 +3,7 @@ import Footer from "../components/Footer";
import Showcase from "../components/Showcase";
import Authlite from "../components/Authlite";
import GradientPlatform from "../components/GradientPlatform";
import AiInCLI from "../components/AiInCLI";
import AiInCLI from "../components/AiInCLIWrapper";
import Navbar from "../components/Navbar";
import { AppDemo } from "../components/AppDemo";
import { Landing } from "../components/Landing";
Expand All @@ -14,9 +14,9 @@ export default function LandingPage() {
return (
<>
<Landing />
<GradientPlatform />
<AppDemo />
{/* <AppDemo /> */}
<AiInCLI />
<GradientPlatform />
{/* {!isMobile ? <Timeline /> : null} */}
<Authlite />
<Showcase />
Expand Down

0 comments on commit a4407d4

Please sign in to comment.