Skip to content

Commit 157a642

Browse files
committed
Hide knowledge & competition sections of landing page
1 parent da3499d commit 157a642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/app/home-client.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export default function HomeClient() {
331331
/>
332332
}
333333
/>
334-
334+
{/*
335335
<FeatureSection
336336
title={<>Better and Better Over Time</>}
337337
description="Don't repeat yourself. Codebuff can take notes on your conversations and stores them in human-readable markdown files. Each session teaches it about your specific needs and project setup."
@@ -358,9 +358,9 @@ export default function HomeClient() {
358358
}}
359359
/>
360360
}
361-
/>
361+
/> */}
362362

363-
<CompetitionSection />
363+
{/* <CompetitionSection /> */}
364364
<TestimonialsSection />
365365
<CTASection />
366366
</div>

0 commit comments

Comments
 (0)