mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: remove Value Props section
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user