feat: remove Value Props section

This commit is contained in:
ashim-hq
2026-04-23 18:17:47 +08:00
parent dbbc35040d
commit c6196daf54
2 changed files with 0 additions and 49 deletions
-2
View File
@@ -6,7 +6,6 @@ import { Hero } from "@/components/hero";
import { HowItWorks } from "@/components/how-it-works";
import { Navbar } from "@/components/navbar";
import { OpenSource } from "@/components/open-source";
import { ValueProps } from "@/components/value-props";
export default function Home() {
return (
@@ -14,7 +13,6 @@ export default function Home() {
<Navbar />
<main>
<Hero />
<ValueProps />
<BentoGrid />
<Enterprise />
<HowItWorks />