Skip to content

Commit

Permalink
landing: add blog, marketing point on LLMs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed Nov 25, 2024
1 parent 6221bb1 commit c287816
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion zettelkasten-front/src/landing/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function LandingPage() {

async function handleSubmit() {
console.log(email);
addToMailingList(email)
addToMailingList(email);
setSubmitted(true);
}
useEffect(() => {}, []);
Expand All @@ -37,6 +37,9 @@ function LandingPage() {
<a href="#features" className="p-4">
<span className="text-1xl">Features</span>
</a>
<a href="https://nsavage.substack.com" className="p-4">
<span className="text-1xl">Blog</span>
</a>
</div>
<div className="flex-shrink">
<Link to="/app">
Expand Down Expand Up @@ -69,6 +72,19 @@ function LandingPage() {
</div>

<div id="features" className="text-lg">
<div className="pt-20">
<p className="font-bold">
AI-Powered Knowledge Navigation (Coming Soon)
</p>
<p>
Transform your knowledge base into an intelligent companion with
our integrated AI system. Easily search, analyze, and discover
connections across your cards using natural language queries.
Vector search technology helps you uncover hidden insights and
patterns within your personal knowledge ecosystem, making your
information more accessible and actionable than ever before.
</p>
</div>
<div className="pt-20">
<p className="font-bold">Atomic Card System</p>
<p>
Expand Down

0 comments on commit c287816

Please sign in to comment.