Skip to content

Commit

Permalink
feat: removes beta section
Browse files Browse the repository at this point in the history
  • Loading branch information
romaingyh committed Nov 15, 2023
1 parent 850ee87 commit 6beef57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
import LandingSection from "./lib/sections/LandingSection.svelte";
import FeaturesSection from "./lib/sections/FeaturesSection.svelte";
import FaqSection from "./lib/sections/FaqSection.svelte";
import JoinBetaSection from "./lib/sections/JoinBetaSection.svelte";
</script>

<main>
<Navbar/>
<LandingSection/>
<FeaturesSection/>
<FaqSection/>
<JoinBetaSection/>
<!--<JoinBetaSection/>-->
</main>

0 comments on commit 6beef57

Please sign in to comment.