Update src/App.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/theme-provider/ThemeProvider";
|
||||
import NavbarFloating from "@/components/ui/NavbarFloating";
|
||||
import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee";
|
||||
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";
|
||||
@@ -30,6 +30,7 @@ export default function AppPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav" data-webild-component="NavbarFloating" data-webild-component-path="@/components/ui/NavbarFloating">
|
||||
<NavbarFloating
|
||||
logo="asset://logo"
|
||||
navItems={[
|
||||
{ name: "Home", href: "#hero" },
|
||||
{ name: "About", href: "#about" },
|
||||
|
||||
Reference in New Issue
Block a user