diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1a2174e..1662420 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -144,4 +144,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7cab59e..a6873ea 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -117,4 +117,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2215811..101eca1 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -177,4 +177,4 @@ export default function MenuPage() { ); -} +} \ No newline at end of file diff --git a/src/app/order-online/page.tsx b/src/app/order-online/page.tsx index 4f4e07a..f8653a6 100644 --- a/src/app/order-online/page.tsx +++ b/src/app/order-online/page.tsx @@ -157,4 +157,4 @@ export default function OrderOnlinePage() { ); -} +} \ No newline at end of file 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