diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aaf8f7..c456ece 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,11 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import { Star, Shield } from "lucide-react"; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } + ]; return (