Skip to content

Commit 16e11cb

Browse files
committed
remove spotlight
1 parent ca129a5 commit 16e11cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/app/(home)/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import BackgroundGradients from "./_components/BackgroundGradients";
55
import CodeContainer from "./_components/CodeContainer";
66
import CustomizableSection from "./_components/CustomizableSection";
77
import NpmPackage from "./_components/NpmPackage";
8-
import Spotlight from "./_components/Spotlight";
98
import TechConstellation from "./_components/TechConstellation";
109
import TerminalDisplay from "./_components/Terminal";
1110
import Testimonials from "./_components/Testimonials";
@@ -14,7 +13,6 @@ export default function HomePage() {
1413
return (
1514
<main className="flex flex-col items-center justify-start sm:p-8 p-4 !pt-40">
1615
<BackgroundGradients />
17-
<Spotlight />
1816
<div className="max-w-6xl mx-auto text-center mb-16 relative z-50 ">
1917
<div className="relative z-10">
2018
<div className="flex flex-col items-center justify-center space-y-4 text-center">

0 commit comments

Comments
 (0)