Update src/app/page.tsx

This commit is contained in:
2026-02-07 02:07:50 +00:00
parent 1ed74be25f
commit 5f92e312bf

View File

@@ -1,7 +1,6 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarMinimal from '@/components/sections/navbar/NavbarMinimal';
import HeroSignup from '@/components/sections/hero/HeroSignup'; import HeroSignup from '@/components/sections/hero/HeroSignup';
import { Sparkles } from "lucide-react"; import { Sparkles } from "lucide-react";
@@ -19,13 +18,6 @@ export default function WaitlistPage() {
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
headingFontWeight="medium" headingFontWeight="medium"
> >
<div id="nav" data-section="nav">
<NavbarMinimal
logo="Waitlist"
links={[]}
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSignup <HeroSignup
title="Be First in Line for Something Special" title="Be First in Line for Something Special"