Skip to content

Commit

Permalink
chore: temporary disable demo video for public beta
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNgFender committed Mar 21, 2024
1 parent e90ea3f commit 7fb04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const LandingPage = async () => {
</div>
</div>
</section>
<section className="py-16 lg:py-24 xl:py-40">
{/* <section className="py-16 lg:py-24 xl:py-40">
<div className="container px-4 md:px-6">
<div className="grid items-center gap-6">
<div className="flex flex-col justify-center space-y-12 text-center">
Expand All @@ -170,7 +170,7 @@ const LandingPage = async () => {
</div>
</div>
</div>
</section>
</section> */}
<LandingFooter />
</>
);
Expand Down

0 comments on commit 7fb04e9

Please sign in to comment.