diff --git a/src/app/page.tsx b/src/app/page.tsx index 278fe60..bea1950 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { ShieldCheck, Users, Link as LinkIcon } from "lucide-react"; +import { ShieldCheck, Users, Link as LinkIcon, Wallet } from "lucide-react"; export default function LandingPage() { return ( @@ -33,6 +33,7 @@ export default function LandingPage() { brandName="OmniWallet" navItems={[ { name: "Home", id: "hero" }, + { name: "Wallet", id: "wallet" }, { name: "About", id: "about" }, { name: "Features", id: "features" }, { name: "Contact", id: "contact" } @@ -52,6 +53,24 @@ export default function LandingPage() { /> +