From ac7e26911ba84947b164afccda3edb8ff4f16fc1 Mon Sep 17 00:00:00 2001 From: Sean S Date: Sun, 15 Dec 2024 07:18:04 -0500 Subject: [PATCH] small changes to footer --- src/components/SortTable/index.tsx | 2 +- src/components/footer/index.tsx | 53 +++++++++++------------------- 2 files changed, 21 insertions(+), 34 deletions(-) diff --git a/src/components/SortTable/index.tsx b/src/components/SortTable/index.tsx index bbdee0b..656f7d0 100644 --- a/src/components/SortTable/index.tsx +++ b/src/components/SortTable/index.tsx @@ -1,5 +1,5 @@ import { ChevronDownIcon } from "@heroicons/react/20/solid"; -import { CheckCircleIcon, PlusCircleIcon } from "@heroicons/react/20/solid"; +import { PlusCircleIcon } from "@heroicons/react/20/solid"; import Image from "next/image"; diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 162dea2..59537f9 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -1,17 +1,17 @@ const navigation = { - solutions: [ - { name: 'Marketing', href: '#' }, - { name: 'Analytics', href: '#' }, - { name: 'Automation', href: '#' }, - { name: 'Commerce', href: '#' }, - { name: 'Insights', href: '#' }, + armory: [ + { name: 'Builder', href: '#' }, + { name: 'Lowers', href: '#' }, + { name: 'Uppers', href: '#' }, + { name: 'Optics', href: '#' }, + { name: 'Accessories', href: '#' }, ], - support: [ - { name: 'Submit ticket', href: '#' }, - { name: 'Documentation', href: '#' }, + account: [ + { name: 'My Account', href: '#' }, + { name: 'Register', href: '#' }, { name: 'Guides', href: '#' }, ], - company: [ + about: [ { name: 'About', href: '#' }, { name: 'Blog', href: '#' }, { name: 'Jobs', href: '#' }, @@ -20,7 +20,7 @@ const navigation = { legal: [ { name: 'Terms of service', href: '#' }, { name: 'Privacy policy', href: '#' }, - { name: 'License', href: '#' }, + { name: 'Affiliate Disclosure', href: '#' }, ], social: [ { @@ -58,19 +58,6 @@ const navigation = { ), }, - { - name: 'GitHub', - href: '#', - icon: (props:any) => ( - - - - ), - }, { name: 'YouTube', href: '#', @@ -89,15 +76,15 @@ const navigation = { export default function Footer() { return ( -