diff --git a/src/app/page.tsx b/src/app/page.tsx index eda434b..ddaa450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDash import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { ShieldCheck, FileText, Server, Cpu } from "lucide-react"; +import { ShieldCheck, FileText, Server, Cpu, Download } from "lucide-react"; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Features", id: "features" }, + { name: "Downloads", id: "downloads" }, { name: "Technology", id: "metrics" }, { name: "Contact", id: "contact" }, ]} @@ -83,6 +85,19 @@ export default function LandingPage() { /> +