Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user