Update src/app/page.tsx

This commit is contained in:
2025-12-22 10:37:42 +00:00
parent 9e21c34d39
commit 9e3b6cddf4

View File

@@ -1,7 +1,7 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
@@ -26,7 +26,7 @@ export default function LandingPage() {
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarLayoutFloatingOverlay
brandName="OddsVault" brandName="OddsVault"
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },