From 5cca3da4c4baa56fabfbe4625d6e0253043cfb82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:38:45 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 240976a..515a1fa 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,7 +31,6 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "About", id: "about" }, { name: "Documents", id: "documents" }, - { name: "Resources", id: "resources" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} @@ -66,9 +65,9 @@ export default function BlogPage() { columns={[ { title: "Navigation", items: [ + { label: "Home", href: "/" }, { label: "About", href: "#about" }, - { label: "Documents", href: "#documents" }, - { label: "Resources", href: "#resources" } + { label: "Documents", href: "#documents" } ] }, { From 3fb0d4a38a0414182fe78cdcdd3d19d2e6569bda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:38:46 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9503c8..ba60a00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Archive, BookOpen, ExternalLink, FileText, HelpCircle, Info, Search } from "lucide-react"; +import { Archive, BookOpen, ExternalLink, FileText, HelpCircle, Info, Search, Sparkles, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react"; export default function DOJPortalPage() { return ( @@ -28,9 +29,9 @@ export default function DOJPortalPage() { +
+ +
+
Date: Thu, 19 Feb 2026 01:38:47 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 313657f..3a0ee66 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -88,10 +88,8 @@ export default function ProductPage({ params }: ProductPageProps) { {"name":"Home","id":"/"}, {"name":"About","id":"about"}, {"name":"Documents","id":"documents"}, - {"name":"Resources","id":"resources"}, {"name":"FAQ","id":"faq"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -103,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -160,7 +156,7 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -241,7 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) { Date: Thu, 19 Feb 2026 01:38:48 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index bff411c..d920a26 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,10 +40,8 @@ export default function ShopPage() { {"name":"Home","id":"/"}, {"name":"About","id":"about"}, {"name":"Documents","id":"documents"}, - {"name":"Resources","id":"resources"}, {"name":"FAQ","id":"faq"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -55,7 +53,7 @@ export default function ShopPage() { setCartOpen(true) }} /> @@ -111,7 +107,7 @@ export default function ShopPage() {