Update src/app/page.tsx

This commit is contained in:
2026-03-08 16:12:20 +00:00
parent 775be3e7b2
commit bb25bebbd8

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/theme/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSignup from "@/components/sections/hero/HeroSignup";
import { Sparkles } from "lucide-react";
@@ -30,11 +30,13 @@ export default function Home() {
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<NavbarLayoutFloatingOverlay
navItems={navItems}
brandName="Webild"
button={button}
/>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={navItems}
brandName="Webild"
button={button}
/>
</div>
<div id="hero" data-section="hero">
<HeroSignup