diff --git a/src/app/page.tsx b/src/app/page.tsx index 93831b9..17f3671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; +import HeroSplitAvatars from '@/components/sections/hero/HeroSplitAvatars'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -33,21 +33,12 @@ export default function LandingPage() { button={{ text: "Shop Now", href: "products" }} - navItems={[ - { name: "Home", id: "hero" }, - { name: "Why Edgetabs", id: "about" }, - { name: "Features", id: "features" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } - ]} />