Newer
Older
My-Portfolio / frontend / src / constants / index.js
export const navigation = [
  { id: 0, title: "Home", url: "/#home" },
  { id: 1, title: "About", url: "/#about" },
  { id: 2, title: "Work", url: "/#work" },
  { id: 3, title: "Skills", url: "/#skills" },
  { id: 4, title: "Activity", url: "/#activity" },
  { id: 5, title: "Contact", url: "/#contact" },
];