From ec331a3908172477e817b15c9a710ffe6cf573e3 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Tue, 20 Aug 2024 01:57:24 +0800 Subject: [PATCH] Update links --- app/components/Footer.tsx | 28 ++++++++++++++-------------- app/components/NavMenu.tsx | 29 ++++++++++++++++------------- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 5a79812..d322477 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -137,18 +137,18 @@ const footerSections: FooterSection[] = [ { href: "/cars/diesel", label: "Diesel Cars" }, ], }, - { - title: "COE", - links: [ - { href: "/coe/prices", label: "COE Prices" }, - { href: "/coe/bidding", label: "COE Bidding" }, - ], - }, - { - title: "Resources", - links: [ - { href: "/about", label: "About" }, - { href: "/contact", label: "Contact" }, - ], - }, + // { + // title: "COE", + // links: [ + // { href: "/coe/prices", label: "COE Prices" }, + // { href: "/coe/bidding", label: "COE Bidding" }, + // ], + // }, + // { + // title: "Resources", + // links: [ + // { href: "/about", label: "About" }, + // { href: "/contact", label: "Contact" }, + // ], + // }, ]; diff --git a/app/components/NavMenu.tsx b/app/components/NavMenu.tsx index a46252c..ca7b393 100644 --- a/app/components/NavMenu.tsx +++ b/app/components/NavMenu.tsx @@ -3,6 +3,7 @@ import * as React from "react"; import Link from "next/link"; import { Battery, Droplet, Fuel, type LucideIcon, Zap } from "lucide-react"; +import { UnreleasedFeature } from "@/components/UnreleasedFeature"; import { NavigationMenu, NavigationMenuContent, @@ -54,19 +55,21 @@ export const NavMenu = () => { - - COE - -
    - - Latest - - - Historical - -
-
-
+ + + COE + +
    + + Latest + + + Historical + +
+
+
+
);