diff --git a/src/app/page.tsx b/src/app/page.tsx index 7860732..b4d80c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,11 +14,11 @@ import { Leaf, Star, Sparkles, MapPin, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "Menu", id: "featured-items" }, - { name: "Order Online", id: "order-online" }, - { name: "About", id: "why-choose" }, - { name: "Contact", id: "location-preview" }, + { 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 = [ @@ -249,4 +249,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file