From 7af8a58e3bba1b141782940d2dff974fd5a9a39a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:33:53 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 53f7e86..1a2174e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,11 +10,11 @@ import { Sparkles, MapPin } from "lucide-react"; import Link from "next/link"; const navItems = [ - { name: "Home", id: "home" }, - { name: "Menu", id: "menu" }, - { name: "Order Online", id: "order-online" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Menu", id: "/menu" }, + { name: "Order Online", id: "https://get-fruity-cafe-conyers.food-menu.net/menu/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -144,4 +144,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}